|
|
|
|
|
by robocat
1490 days ago
|
|
Are strings in Erlang rather inefficient? Or does the memory usage or string performance not matter in practice? I have always ignored anything related to Erlang because I dislike the idea of a language that lacks an efficient string representation . . . even though I have spent over a decade using JavaScript! (so maybe I don’t actually care?) |
|
For additional details I recommend https://adoptingerlang.org/docs/development/hard_to_get_righ... which also mentions how unicode is handled. It turned out quite a bit easier because of how Erlang represents strings.