N
Hacker Next
new
past
show
ask
show
jobs
submit
login
▲
RRB-Trees: Efficient Immutable Vectors
(
infoscience.epfl.ch
)
10 points by
azhenley
8 hours ago
|
2 comments
add comment
Rendered at 11:22:45 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
wasting_time 7 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.