9/13/2018
What this post added
Introduces OakMap, a new open-source concurrent ordered key-value map designed for big data analytics. Highlights its off-heap memory allocation, two-level on-heap index, and advantages in memory scaling, query speed (scans and lookups), and update speed (data ingestion rate) compared to ConcurrentSkipListMap. Mentions its use in rebuilding Druid's Incremental Index.