Hacker News
new
|
best
RRB-Trees: Efficient Immutable Vectors
(
infoscience.epfl.ch
)
11 points by azhenley 9 hours ago
|
2 comments
•
wasting_time 8 hours ago
A refreshing break from
Molt News
. Now I want to check how vectors are implemented in my favorite languages.
•
inhumantsar 5 hours ago
the `im` rust crate provides immutable data structures, one of them being an RRB-based Vec. don't remember what the stdlib Vec uses.