String interning

In computer science, string interning is a method of storing only one copy of each distinct string value, which must be immutable. Interning strings makes some string processing tasks more time-efficient or space-efficient at the cost of requiring more time when the string is created or interned.

Source: Wikipedia — String interning (CC BY-SA 4.0)

String interning

In computer science, string interning is a method of storing only one copy of each distinct string value, which must be immutable. Interning strings makes some string processing tasks more time-efficient or space-efficient at the cost of requiring more time when the string is created or interned.

Source: Wikipedia "String interning" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy