Skip to content

Commit 080230f

Browse files
chore(readme): remove experimental note
1 parent 63c1815 commit 080230f

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

collections-fastutil/readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
</div>
1515

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

2018
* **X2ObjectSyncMap**: A high-performance implementation of `X2ObjectMap`'s with `fastutil`.

collections/readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
</div>
1515

16-
> This project is experimental and not considered stable for production yet.
17-
1816
Provides concurrent thread-safe collections for highly concurrent scenarios in Java 17+.
1917

2018
* **SyncMap**: A high-performance implementation of `ConcurrentMap`.

readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
</div>
1313

14-
> This project is experimental and not considered stable for production yet.
15-
1614
Provides thread-safe utilities for highly concurrent scenarios in Java 17+.
1715

1816
* [Sync Collections](collections/readme.md)

0 commit comments

Comments
 (0)