wrandelshofer

Results 25 comments of wrandelshofer

I made an experimental (and very dirty) port of CHAMP collections in a fork of vavr: https://github.com/wrandelshofer/vavr#readme I decided to implement linked collections with sequence numbers. This is much simpler...

Maybe, you could use the upcoming Sequenced Collection interfaces, or make the new interfaces compatible with them? [JEP draft: Sequenced Collections](https://openjdk.java.net/jeps/8280836)

Hi, I made an experimental implementation of an insertion-ordered immutable map based on the CHAMP trie in Capsule. It stores elements with sequence numbers in the trie. Its iterators sort...

Well, mostly the following kinds of applications: - **Real-time monitoring and control systems**. The business objects can have multi-valued properties. The property values must be immutable. We can have hundreds...

I made some progress now. I have now implemented four different CHAMP-based collections: - vavr.ChampMap - vavr.SequencedChampMap - vavr.ChampSet - vavr.SequencedChampSet Here is the current README file. It shows a...

Please, do not worry. I am working hard on the PR. So far I have converted 2 collections. I have 2 more to go. 😅 The code I am working...

I have now made a pull request. See https://github.com/vavr-io/vavr/pull/2745

On which hardware did you see a performance difference? I tried the proposed changes on two different Intel CPUs and did not measure any difference. Here are my results for...

This is a very good suggestion. I am currently working on the 3d model for the 4x4 cube, and I will add 5x5, 6x6, 7x7 cube models later. These cubes...