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

Any QoL changes desired from fastutils itself?

Open techsy730 opened this issue 6 months ago • 1 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 avatar Dec 03 '23 21:12 techsy730

@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.

mchernyakov avatar Dec 04 '23 15:12 mchernyakov