Closed ran-arigur closed 2 years ago
Very cool, thanks! I'll look through this soon, should have some time this week.
Sounds good, thank you!
This is great! I read through most of it and it seems very solid, and the tests are thorough and pass so hopefully it's good! 🤞
I like AbstractUnmodifiableMap
and AbstractUnmodifiableSet
, we should use them (and similar classes) in the rest of the library.
And making KVTree
implement Map.Entry
seems like a good idea too, I wonder if IntTree
would benefit from a similar trick.
So yeah, I'm gonna go ahead and merge it, YOLO! :shipit:
…just gotta find my old maven credentials, and then I'll do a release, hopefully in the next couple days
Thank you so much!
3.2.0 is live!
This pull request addresses issue #20 (SortedSet/TreeSet alternative?), by adding the following:
I realize this is kind of huge; if you're on board with the general approach, but want to go back-and-forth with separate pull requests for separate pieces, I'm open to that.