Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
bananaface
5y ago
0 comments
Save
Share
Can't you just allocate a huge block up-front and throw stuff into it with a custom allocator? I don't know if Rust allows you to do that kind of thing.
0 comments
1 comments · 1 top-level
top
newest
oldest
steveklabnik
5y ago
Yes. There are some trade offs, you can’t parameterize the standard library data structures over an allocator yet, for example.
j
/
k
navigate · click thread line to collapse