|
2 | 2 |
|
3 | 3 | [](https://mvnrepository.com/artifact/com.fizzed/bigmap) |
4 | 4 |
|
| 5 | +## Automated Testing |
| 6 | + |
| 7 | +The following Java versions and platforms are tested using GitHub workflows: |
| 8 | + |
5 | 9 | [](https://github.com/fizzed/bigmap/actions/workflows/java8.yaml) |
6 | 10 | [](https://github.com/fizzed/bigmap/actions/workflows/java11.yaml) |
7 | 11 | [](https://github.com/fizzed/bigmap/actions/workflows/java17.yaml) |
8 | 12 | [](https://github.com/fizzed/bigmap/actions/workflows/java21.yaml) |
9 | 13 |
|
10 | 14 | [](https://github.com/fizzed/bigmap/actions/workflows/java11.yaml) |
11 | | -[](https://github.com/fizzed/bigmap/actions/workflows/macos-x64.yaml) |
| 15 | +[](https://github.com/fizzed/bigmap/actions/workflows/macos-arm64.yaml) |
12 | 16 | [](https://github.com/fizzed/bigmap/actions/workflows/windows-x64.yaml) |
13 | 17 |
|
| 18 | +The following platforms are tested using the [Fizzed, Inc.](http://fizzed.com) build system: |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
14 | 27 | ## Overview |
15 | 28 |
|
16 | 29 | Lightweight Map, SortedMap, LinkedMap, Set, and SortedSet implementation(s) with minimal 3rd party dependencies that alleviates memory |
|
0 commit comments