Robert Varga
Robert Varga
> @rovarga are the keys ordered? (Skiplist/tree map) No. A Triemap is akin to a ConcurrentHashMap in this regard. That having been said, a ConcurrentNavigableMap with O(1) snapshot capability could...
> @rovarga > > > approach used for internal organization of TrieMap > > What do you mean by this? I mean an equivalent of a TreeMap could be done...
The problem here is probably RDCSS method needs to ensure previous update of nested updates need to have been published. This needs a close evaluation of the whitepaper.
@gaul Perhaps the first step is to add ElementType.TYPE_USE, which should be easy if annotations were bumped to 1.8 or if it were a [multi-release jar](https://nipafx.dev/multi-release-jars-multiple-java-versions/). The second part is...
Yes, PR coming out in a few minutes.
#171 , but it also touches definitions -- sun.misc.BASE64Decoder/Encoder no longer exist.
Note this has some overlap with #148, hence we need to think about those methods when modifying INode. Both issues seem to have an underlying mechanic in mind, which we...
One thing that might make sense is the straightforward migration of `assertThat(foo, instanceOf(Foo.class))` to JUnit5 `assertInstanceOf(Foo.class, foo)`. That would provide a framework-independent migration, potentially lowering dependencies on Hamcrest for JUnit5...
> @rovarga That would indeed make sense as a starting point; is that something you'd be willing to contribute with some guidance? I suspect there's quite a few more in...