Y
Hacker News
new
|
ask
|
show
|
jobs
by
charlieyu1
903 days ago
Is there any other data structures that benefits from hardware?
2 comments
prydt
903 days ago
LSM trees are a good example of a data structure optimized for memory hardware (both hdds and ssds).
link
omginternets
903 days ago
Arrays come to mind.
link