fastutil-concurrent-wrapper icon indicating copy to clipboard operation
fastutil-concurrent-wrapper copied to clipboard

Set of concurrent wrappers around fastutil primitive maps

Results 5 fastutil-concurrent-wrapper issues
Sort by recently updated
recently updated
newest added

Hello, I'm someone who has contributed code to fastutils, and have recently gained some more free time for open source contributions. I've recently learned of this project, and thank you...

- int-double - long-double - ...

Suggested by @dadadom : > some jmh tests with different parameters, mainly along the two dimensions "size of the map" and "number of buckets"

This PR adds primitive support for maps using objects in either the keys or values. The performance benefits are still clearly there, while providing less memory usage. **Other changes:** -...