trivago / fastutil-concurrent-wrapper

Set of concurrent wrappers around fastutil primitive maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any QoL changes desired from fastutils itself?

techsy730 opened this issue · comments

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 for stepping up to fill in a sorely missing hole in the fastutils API. 🙂

Do you have any annoying pain points in fastutils that fixing might help? And/or any sorely lacking API we could provide?

For example, would having an Int2IntConcurrentMap (and friends) interface, which basically smushes together ...fastutil.ints.Int2IntMap and java.util.ConcurrentMap (and of course the other combinations) be helpful?

@techsy730 Hi, thanks for offering help.
Initially, the lib was designed for internal purposes, where the map set is not very diverse.
If you see some need to add more maps -- feel free to open a PR, but ping pls @sarveswaran-m @erdoganf @nikdom as I am no longer part of the development team.