<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Tricks on wr786</title><link>https://wr786.github.io/tags/tricks/</link><description>Recent content in Tricks on wr786</description><image><title>wr786</title><url>https://wr786.github.io/favicon.png</url><link>https://wr786.github.io/favicon.png</link></image><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 07 Oct 2023 00:00:00 +0800</lastBuildDate><atom:link href="https://wr786.github.io/tags/tricks/index.xml" rel="self" type="application/rss+xml"/><item><title>【高性能C++奇技淫巧】当你要用很多短字符串当字典key</title><link>https://wr786.github.io/p/hpctricks_map_with_string_keys/</link><pubDate>Sat, 07 Oct 2023 00:00:00 +0800</pubDate><guid>https://wr786.github.io/p/hpctricks_map_with_string_keys/</guid><description>如果你有这样的情景： - 需要创建一个字典，而字典的key都是很短（长度不超过8）的字符串。 - 同时你又需要追求高性能，希望能达到纳秒级的时延优化。
那么你会怎么做呢？</description></item></channel></rss>