Matches in DBpedia 2015-10 for { <http://dbpedia.org/resource/String_interning> ?p ?o }
Showing triples 1 to 68 of
68
with 100 triples 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, PHP (since 5.4), Lua, 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.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 wikiPageLength "7295".
- String_interning wikiPageOutDegree "35".
- String_interning wikiPageRevisionID "669888742".
- String_interning wikiPageWikiLink Category:Software_optimization.
- String_interning wikiPageWikiLink Category:String_(computer_science).
- String_interning wikiPageWikiLink Communications_protocol.
- String_interning wikiPageWikiLink Compiler.
- String_interning wikiPageWikiLink Computer_data_storage.
- String_interning wikiPageWikiLink Computer_network.
- String_interning wikiPageWikiLink Computer_storage.
- String_interning wikiPageWikiLink Double-checked_locking.
- String_interning wikiPageWikiLink Dynamic_programming_language.
- String_interning wikiPageWikiLink Flyweight_pattern.
- String_interning wikiPageWikiLink Garbage_collection_(computer_science).
- String_interning wikiPageWikiLink Identity_(object-oriented_programming).
- String_interning wikiPageWikiLink Immutable_object.
- String_interning wikiPageWikiLink Java_(programming_language).
- String_interning wikiPageWikiLink Lisp_(programming_language).
- String_interning wikiPageWikiLink List_of_CLI_languages.
- String_interning wikiPageWikiLink Lua_(programming_language).
- String_interning wikiPageWikiLink Magic_number_(programming).
- String_interning wikiPageWikiLink Multithreading_(software).
- String_interning wikiPageWikiLink Object-oriented.
- String_interning wikiPageWikiLink Object-oriented_programming.
- String_interning wikiPageWikiLink Object_type_(object-oriented_programming).
- String_interning wikiPageWikiLink Objective-C.
- String_interning wikiPageWikiLink PHP.
- String_interning wikiPageWikiLink Primitive_wrapper_class.
- String_interning wikiPageWikiLink Programming_language.
- String_interning wikiPageWikiLink Protocol_(computing).
- String_interning wikiPageWikiLink Python_(programming_language).
- String_interning wikiPageWikiLink Ruby_(programming_language).
- String_interning wikiPageWikiLink Scheme_(programming_language).
- String_interning wikiPageWikiLink Smalltalk.
- String_interning wikiPageWikiLink Standard_ML_of_New_Jersey.
- String_interning wikiPageWikiLink String_(computer_science).
- String_interning wikiPageWikiLink Symbol_(programming).
- String_interning wikiPageWikiLink Thread_(computing).
- String_interning wikiPageWikiLink Weak_reference.
- String_interning wikiPageWikiLinkText "String interning".
- String_interning wikiPageWikiLinkText "interned".
- String_interning wikiPageWikiLinkText "interning".
- String_interning wikiPageWikiLinkText "string interning".
- String_interning hasPhotoCollection String_interning.
- String_interning wikiPageUsesTemplate Template:One_source.
- String_interning wikiPageUsesTemplate Template:Reflist.
- String_interning subject Category:Software_optimization.
- String_interning subject Category:String_(computer_science).
- String_interning hypernym Method.
- String_interning type Article.
- String_interning type Software.
- String_interning type Type.
- String_interning type Article.
- String_interning type Type.
- 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 "String interning".
- String_interning sameAs Internowanie_łańcuchów.
- String_interning sameAs m.050bjb.
- String_interning sameAs Пул_строк.
- String_interning sameAs Q4383552.
- String_interning sameAs Q4383552.
- String_interning wasDerivedFrom String_interning?oldid=669888742.
- String_interning isPrimaryTopicOf String_interning.