Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
krautsauer
3 months ago
|
parent
|
context
|
favorite
| on:
Box to save memory in Rust
[Edit:deleted]
stebalien
3 months ago
[–]
Box<str> is still two words (length and pointer). That's better than the 3 words (length, pointer, capacity) for strings, but Box<String> is one word (not including the heap allocation).
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: