This article relies largely or entirely upon a single source . Relevant discussion may be found on the talk page . Please help improve this article by introducing citations to additional sources. (February 2012) 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- or space-efficient at the cost of requiring more time when the string is created or interned. The distinct values are stored in a string intern pool.
Read full article from String interning - Wikipedia, the free encyclopedia
No comments:
Post a Comment