Matches in DBpedia 2014 for { <http://dbpedia.org/resource/String_interning> ?p ?o. }
Showing items 1 to 19 of
19
with 100 items per page.
- String_interning abstract "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.The single copy of each string is called its 'intern' and is typically looked up by a method of the string class, for example String.intern in Java. All compile-time constant strings in Java are automatically interned using this method.String interning is supported by some modern object-oriented programming languages, including Python, Ruby (with its symbols), Java and .NET languages. Lisp, Scheme, and Smalltalk are among the languages with a symbol type that are basically interned strings. The library of the Standard ML of New Jersey contains an atom type that does the same thing. Objective-C's selectors, which are mainly used as method names, are interned strings. .NET languages, Lua and JavaScript string values are immutable and interned.Objects other than strings can be interned. For example, in Java, when primitive values are boxed into a wrapper object, certain values (any boolean, any byte, any char from 0 to 127, and any short or int between -128 and 127) are interned, and any two boxing conversions of one of these values are guaranteed to result in the same object.".
- String_interning wikiPageExternalLink Interners.java.
- String_interning wikiPageExternalLink ms177906.aspx.
- String_interning wikiPageExternalLink system.string.intern.aspx.
- String_interning wikiPageID "1423287".
- String_interning wikiPageRevisionID "570298639".
- String_interning hasPhotoCollection String_interning.
- String_interning subject Category:Software_optimization.
- String_interning subject Category:String_(computer_science).
- String_interning comment "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.The single copy of each string is called its 'intern' and is typically looked up by a method of the string class, for example String.intern in Java.".
- String_interning label "Internowanie łańcuchów".
- String_interning label "String interning".
- String_interning label "Пул строк".
- String_interning sameAs Internowanie_łańcuchów.
- String_interning sameAs m.050bjb.
- String_interning sameAs Q4383552.
- String_interning sameAs Q4383552.
- String_interning wasDerivedFrom String_interning?oldid=570298639.
- String_interning isPrimaryTopicOf String_interning.