Back to News
Advertisement
Advertisement

Discussion (2 Comments)Read Original on HackerNews

wasting_timeabout 5 hours ago
A refreshing break from Molt News. Now I want to check how vectors are implemented in my favorite languages.
inhumantsarabout 3 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.