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?
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.Int2IntMapandjava.util.ConcurrentMap(and of course the other combinations) be helpful?