Maciej Biłas
Maciej Biłas
@lemire I'm curious about that. Is there anything (code, docs, notes) I could read about the approach you're thinking about? What could be the gain in terms of file size?
@lemire Thank you for sharing the code and the papers!
I'm currently working on porting my Go implementation of _Parallel Aggregations_. The work-in-progress patch set is available [here](https://github.com/RoaringBitmap/RoaringBitmap/compare/master...maciej:par-poc). ~Before submitting a PR I plan to do the following:~ ~- [...
@richardstartin thank you for pointing me to _Spliterator_! I'll investigate that approach as well!
@richardstartin your code is much prettier! Have you tried benchmarking it? Having JMH benchmarks using data from _real-roaring-dataset_ would be great. I've used it in the Go implementation [roaring#137](https://github.com/RoaringBitmap/roaring/pull/137).
It seems to be fixed, see https://go.dev/play/p/cC6HQ4xXC_M. Returns with: ``` err: invalid schema: value MUST be an object ``` @fenollp perhaps you can close the issue?
I can confirm the bug. Skype version 6.4.0.833 and 6.3.0.602 running on latest OSX.
OK, small update: the getAllChats() call works every ~10 times I start the app.
I can still reproduce the issue in Sarama v1.43.2: https://gist.github.com/maciej/c6d0f65d8b1155b39beaba3eada92cdb Any chance this will get fixed?
ScalaFmt seems to be getting some traction these days, might be worth considering: https://github.com/olafurpg/scalafmt