You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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.
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
andjava.util.ConcurrentMap
(and of course the other combinations) be helpful?The text was updated successfully, but these errors were encountered: