Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Flags
safe-html, strict-same
Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
{cpp} introduced __unordered associative containersC{plus}{plus}11 标准引入了__无序关联容器__ `std::unordered_++_++set`,、 `std::unordered_++_++map`,、 `std::unordered_++_++multiset`and和 `std::unordered_++_++multimap`in {cpp}11, but research on hash tables hasn't stopped since: advances in CPU architectures such as more powerful caches, link:,但针对哈希表的研究并未止步:CPU架构的进步(如更强大的缓存、 https://en.wikipedia.org/wiki/Single_instruction,_multiple_data[SIMD]operations and increasingly available link:指令集以及日益普及的 https://en.wikipedia.org/wiki/Multi-core_processor[multicore processors] open up possibilities for improved hash-based data structures and new use cases that are simply beyond reach of unordered associative containers as specified in 2011.多核处理器])为改进基于哈希的数据结构创造了新的可能,这些新应用场景已远超 2011 年标准所定义的无序关联容器的能力范围。