German Strings

If string are simple, then why does every programming language have their own slightly different string implementation? - article

  • Most strings are short
  • Strings aren’t usually changed all that often
  • We usually only look at a small subset of the string

Short string representation

caption

Long string representation

caption

Written on October 12, 2024, Last update on October 12, 2024
data-structure algorithm text string