Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in string-interning
Why are the results of of str == str.intern() for StringBuilder using append or not different?
Nov 01, 2022
java
string
stringbuilder
string-interning
Will Interning strings help performance in a parser?
Jul 06, 2022
c#
performance
parsing
string-interning
Does the CLR/JVM keep one single intern pool for all running .net/java apps?
Jan 12, 2022
c#
java
.net
string
string-interning
Read the content of the string intern pool
Oct 17, 2022
c#
.net
appdomain
string-interning
String interning. How does the compiler know?
Nov 09, 2022
c#
string-interning
Search cost of string interning and declaration of literal strings
Oct 15, 2022
java
performance
search
string-literals
string-interning
How does CompilationRelaxations.NoStringInterning actually work?
Aug 11, 2021
c#
string-interning
Intern string literals misunderstanding?
Mar 05, 2022
c#
.net
string-interning
Shouldn't I do `String s = new String("a new string");` in Java, even with automatic string interning?
Aug 26, 2022
java
string
object
string-interning
Operator overloading in Generic Methods
Nov 07, 2022
c#
.net
generics
string-interning
How is Java's String#intern() method implemented?
Sep 14, 2022
java
string
string-interning
java string concatenation and interning
Oct 14, 2022
java
string-concatenation
string-interning
String comparison and String interning in Java
Mar 22, 2019
java
string
equals
string-comparison
string-interning
deadlock on synchronized ( String intern())
Oct 11, 2019
java
string
deadlock
synchronized
string-interning
Use PermGen space or roll-my-own intern method?
Feb 16, 2020
java
garbage-collection
permgen
string-interning
Garbage collection on intern'd strings, String Pool, and perm-space
Aug 19, 2019
java
string
garbage-collection
jvm
string-interning
Alternatives to Java string interning
Jul 20, 2017
java
string
memory
string-interning
Why Javascript ===/== string equality sometimes has constant time complexity and sometimes has linear time complexity?
May 13, 2022
javascript
string
performance
time-complexity
string-interning
String interning?
May 18, 2018
c#
string
reference
clr
string-interning
Why does .NET create new substrings instead of pointing into existing strings?
Apr 06, 2022
c#
.net
string
memory
string-interning
« Newer Entries
Older Entries »