Yes, Nim doesn't do C++'s "short string optimization". Neither does Rust. You 
can use `array` and `cstring` to optimize things for your use cases.

Reply via email to