We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590ec57 commit 29ed3faCopy full SHA for 29ed3fa
README.md
@@ -11,9 +11,9 @@ The original proposal and design rationale can be found in the included PDF: [To
11
## Modifications
12
13
This is a simplified backport with the following changes from the original:
14
-- Removed StableValue optimizations
+- Replaced StableValue optimizations with double-checked locking pattern
15
- Removed value-based class annotations
16
-- Basic implementation without performance optimizations
+- Basic implementation without advanced performance optimizations
17
- Compatible with JDK 21+ instead of future JDK versions
18
19
## Building
0 commit comments