Hacker News new | ask | show | jobs
by charlieyu1 903 days ago
Is there any other data structures that benefits from hardware?
2 comments

LSM trees are a good example of a data structure optimized for memory hardware (both hdds and ssds).
Arrays come to mind.