Wednesday 24 January 2024

Show HN: Integer Map Data Structure https://bit.ly/495bJo2

Show HN: Integer Map Data Structure This project presents a new data structure for storing ordered integer maps. The proposed data structure is a compressive, cache-friendly, radix tree that has performance comparable to an unordered map (`std::unordered_map`) and is an order of magnitude faster than an ordered map (`std::map`). https://bit.ly/3SxhCoC January 25, 2024 at 01:28AM

No comments:

Post a Comment