Low-Latency Search on High Velocity Incoming Data
-
Updated
Jul 2, 2018 - HTML
Low-Latency Search on High Velocity Incoming Data
Associative container with the ability to search more efficiently if you know the key will be there. On par with std::map and well against std::unordered_map for most keys sizes, and especially where you have large keys with common prefixes.
Add a description, image, and links to the low-latency-search topic page so that developers can more easily learn about it.
To associate your repository with the low-latency-search topic, visit your repo's landing page and select "manage topics."