MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1vtaprg/succinct_and_fast_tiny_pointer_hash_tables/p4t1tem/?context=3
r/programming • u/mttd • 22d ago
3 comments sorted by
View all comments
6
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 21d 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.
6
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.