You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: collections/readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@
15
15
16
16
> This project is experimental and not considered stable for production yet.
17
17
18
-
Provides concurrent thread-safe collections for highly concurrent scenarios in Java.
18
+
Provides concurrent thread-safe collections for highly concurrent scenarios in Java 17+.
19
19
20
-
***SyncMap**: A high-performance implementation of `ConcurrentMap` in Java.
20
+
***SyncMap**: A high-performance implementation of `ConcurrentMap`.
21
21
22
22
* Fully compatible with the Java Collections Framework (`ConcurrentMap`).
23
23
* Delivers up to **2× higher update throughput** than `ConcurrentHashMap` under heavy contention, while matching its performance for reads and other operations.
0 commit comments