Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
wasting_time
1 day ago
|
parent
|
context
|
favorite
| on:
RRB-Trees: Efficient Immutable Vectors
A refreshing break from
Molt News
. Now I want to check how vectors are implemented in my favorite languages.
help
inhumantsar
1 day 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.
reply
oniony
18 hours ago
|
parent
[–]
I believe Vec is a straight array underneath, which is reallocated at a larger size when full. And Vector in the `im` crate you mentioned looks very interesting indeed.
reply
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: