StackOverflow Questions for Tag: string-interning

Smuuf
Smuuf

Reputation: 6534

What userland strings get automatically interned by PHP?

Score: 4

Views: 397

Answers: 1

Read More
RobIII
RobIII

Reputation: 8821

On string interning and alternatives

Score: 14

Views: 2148

Answers: 4

Read More
saplingPro
saplingPro

Reputation: 21329

What is Java String interning?

Score: 296

Views: 152204

Answers: 8

Read More
ilya
ilya

Reputation: 41

Does String.Intern method just add a reference to a string to the intern pool or it creates a copy of the string?

Score: 1

Views: 802

Answers: 2

Read More
王睿明
王睿明

Reputation: 1

Why has the intern method changed in different versions?

Score: 0

Views: 92

Answers: 1

Read More
Mohammad Faisal
Mohammad Faisal

Reputation: 5959

intern() behaving differently in Java 6 and Java 7

Score: 55

Views: 6112

Answers: 9

Read More
Sergi
Sergi

Reputation: 475

How do you use Python's string interning?

Score: 1

Views: 237

Answers: 2

Read More
Rakesh Juyal
Rakesh Juyal

Reputation: 36789

When should we use intern method of String on String literals

Score: 201

Views: 119983

Answers: 14

Read More
user17597436
user17597436

Reputation:

How does String Intern work ( C# vs Java )?

Score: -4

Views: 313

Answers: 2

Read More
S2S2
S2S2

Reputation: 8502

String interning in .NET Framework - What are the benefits and when to use interning

Score: 58

Views: 28839

Answers: 6

Read More
DracoYu
DracoYu

Reputation: 37

Java String intern function and ==

Score: 1

Views: 224

Answers: 3

Read More
Albus Dumbledore
Albus Dumbledore

Reputation: 12616

String comparison and String interning in Java

Score: 7

Views: 1858

Answers: 3

Read More
Spyros Kappalamda
Spyros Kappalamda

Reputation: 55

Python multiple strings point to same heap memory object if value have less than 4 DIFFERENT characters

Score: 2

Views: 49

Answers: 0

Read More
stacks
stacks

Reputation: 231

Checking the Tags of each TextBox in an array

Score: 3

Views: 541

Answers: 2

Read More
flakes
flakes

Reputation: 23674

Is str("str") always an identity function?

Score: 5

Views: 294

Answers: 0

Read More
Andyz Smith
Andyz Smith

Reputation: 708

Can two identical strings ever object compare to different instances?

Score: 1

Views: 187

Answers: 1

Read More
BastanteCaro
BastanteCaro

Reputation: 1290

string Intern on serializer.Deserialize<T>()

Score: 4

Views: 2606

Answers: 3

Read More
Tea
Tea

Reputation: 190

Are Strings Interned When Used As Return Values in Switch Statements?

Score: 0

Views: 42

Answers: 0

Read More
shmosel
shmosel

Reputation: 50756

Why are annotation string values not interned?

Score: 19

Views: 997

Answers: 2

Read More
krzyhub
krzyhub

Reputation: 6540

What determines which strings are interned and when?

Score: 14

Views: 2358

Answers: 3

Read More
PreviousPage 1Next