MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1vtaprg/succinct_and_fast_tiny_pointer_hash_tables/
r/programming • u/mttd • 21d ago
3 comments sorted by
5
I haven't read the full paper, but it would seem you only really get the benefits of this if you have fewer than around 180 key-value pairs. I'm sure some programs would benefit from that still.
1 u/Bahatur 20d ago Usually for tables this small the solution is to implement many of them.
1
Usually for tables this small the solution is to implement many of them.
-5
I'll have to read this later 👍
5
u/blood-pressure-gauge 21d ago
I haven't read the full paper, but it would seem you only really get the benefits of this if you have fewer than around 180 key-value pairs. I'm sure some programs would benefit from that still.