FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaPerformanceTuning/StringIntern/README at master · tmjee/JavaPerformanceTuning · GitHub
tmjee
/
JavaPerformanceTuning
Public
forked from
ScottOaks/JavaPerformanceTuning
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaPerformanceTuning
/
StringIntern
/
README
Copy path
More file actions
More file actions
Latest commit
History
History
History
11 lines (10 loc) · 481 Bytes
Breadcrumbs
JavaPerformanceTuning
/
StringIntern
/
README
Copy path
File metadata and controls
11 lines (10 loc) · 481 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
To build:
This example uses a public domain version of the ConcurrentHashMap
that provides for weak (and other types of) references. That source
is included; see src/extra166y/CustomConcurrentHashMap.java for
license details.
To run:
java <jvmargs> -jar jars/stringintern.jar self|jdk
jdk -- use the standard string intern call in the jdk (tested with
various StringTableSize arguments)
self -- use a custom cannonical string representation
Back
|
FazBrowse Home
|
New Git URL