-
Paguro is a port of the core Clojure collections api. A PVectorX implementation backed by Paguro would be faster than one backed by pCollections ( BitmappedVectorTrie cf IntTreeMap)
-
Guava's [ImmutableSetMultimap](http://google.github.io/guava/releases/23.0/api/docs/com/google/common/collect/ImmutableSetMultimap.html) is a convenient wrapper around `ImmutableMap`. It would be awes…
-
I'm working on my benchmark script (which turned out to be a bit more intricate than I had planned), and found a few projects with crashes when repairing with processor 1854
```
https://github.com…
-
While the artifacts currently contain `Automatic-Module-Name` declarations in the manifest, which should make them usable from other JPMS modules, they don't have an actual module-info, which is requi…
-
Would be great to have maps and sets that preserve insertion order, a la https://github.com/frankiesardo/linked or https://github.com/amalloy/ordered.
My main motivation for maintaining insertion ord…
-
In the wiki you explain the difference between the two implementation comparing O(log2 n) and O(log32 n). I'm afraid, you don't understand the idea behind the Big O notation. By definition, it ignores…
-
Coming from Scala I would love to use this but it looks to be still in prototype phase and development has stopped? Is it production ready? What's the current plan with it?
-
# More than Persistent Collections ❤️
Contain **_`persistent(immutable) collections/Functional Data Structures`_** 📌
- **`vavr`** ❤️ ![](https://img.shields.io/github/stars/vavr-io/vavr.svg?styl…
-
e.g. For ImmutableLists, there's no implementation that I know of that supports random insertion of elements. By exposing such methods in builders it will lull users into believing the operations do n…
-
## Description
In #1497 , I asked them to solve the problem that JAX-RS client cannot be used in Java 8 environment. thank you.
To apply this change, I upgraded Logbook version from `2.16.…