vigna / fastutil

fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.
Apache License 2.0
1.76k stars 196 forks source link

8.6.0 #238

Open vigna opened 3 years ago

vigna commented 3 years ago

My plans for 8.6.0, which would be the last release for Java 8 (from it, just bug fixes, would be):

techsy730 commented 3 years ago

What's the time frame you are looking at? That will help me schedule when I need to finish up my branches to be PR ready.

vigna commented 3 years ago

No time frame in mind, I'm super busy with other things right now...

Kroppeb commented 3 years ago

With

NavigableSet/Navigable map; this is huge. I'm assuming you mean #33

If so that would be very nice =). Has quite surprised to see those methods were missing.

vigna commented 2 years ago

I don't think navigable is happening in the near future, unfortunately. It's a lot of tedious work, and I think that the number of users would be small.