add maxCapacity to LongLongHashMap

This allows us to define an upper limit for the memory usage.
This commit is contained in:
2021-04-16 17:52:15 +02:00
parent 9de619d815
commit 062d63ca02
3 changed files with 88 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
group='org.lucares'
version = '0.2'
version = '0.3'
dependencies {
jmh 'org.eclipse.collections:eclipse-collections:10.2.0'