1. In Nim string literals do not allocate either, but assignments copy.
  2. They have a terminating zero for C interop.
  3. The new string/seq implementation will eliminate more copies.


Reply via email to