logoalt Hacker News

wasting_timelast Wednesday at 4:15 AM1 replyview on HN

A refreshing break from Molt News. Now I want to check how vectors are implemented in my favorite languages.


Replies

inhumantsarlast Wednesday at 6:47 AM

the `im` rust crate provides immutable data structures, one of them being an RRB-based Vec. don't remember what the stdlib Vec uses.

show 1 reply