Skip to content

Commit e8431f8

Browse files
chore(readme): update readme
1 parent e9ce10c commit e8431f8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

collections-fastutil/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
> This project is experimental and not considered stable for production yet.
1717
18-
Provides concurrent thread-safe collections for highly concurrent scenarios with `fastutil` in Java.
18+
Provides concurrent thread-safe collections for highly concurrent scenarios with `fastutil` in Java 17+.
1919

20-
* **X2ObjectSyncMap**: A high-performance implementation of `X2ObjectMap`'s with `fastutil` in Java.
20+
* **X2ObjectSyncMap**: A high-performance implementation of `X2ObjectMap`'s with `fastutil`.
2121

2222
* Fully compatible with the `fastutil` X2Object collections.
2323
* Delivers up to **40× higher read and write throughput** than `X2ObjectMaps#synchronize()` under heavy contention.

collections/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
> This project is experimental and not considered stable for production yet.
1717
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+.
1919

20-
* **SyncMap**: A high-performance implementation of `ConcurrentMap` in Java.
20+
* **SyncMap**: A high-performance implementation of `ConcurrentMap`.
2121

2222
* Fully compatible with the Java Collections Framework (`ConcurrentMap`).
2323
* Delivers up to **2× higher update throughput** than `ConcurrentHashMap` under heavy contention, while matching its performance for reads and other operations.

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
> This project is experimental and not considered stable for production yet.
1515
16-
Provides thread-safe utilities for highly concurrent scenarios in Java.
16+
Provides thread-safe utilities for highly concurrent scenarios in Java 17+.
1717

1818
* [Sync Collections](collections/readme.md)
1919
* [Sync Collections `fastutil`](collections-fastutil/readme.md)

0 commit comments

Comments
 (0)