Max Meldrum
Max Meldrum
> How does glommio compare to tokio's multi-threaded work stealing runtime when we set the number of threads to number of cores? Arcon is mainly a streaming system and the...
https://github.com/djkoloski/rust_serialization_benchmark
Add something like ``zstd`` for flight serde while we are at it.
Once I make more progress on arconos (arcon OS, previously known as dragonslayer to some), I will then merge it into the arcon repo. The main focus will be on...
Might be interesting to use [egui](https://github.com/emilk/egui) for this.
Note to self: should use aligned store rather then the current unaligned.. ```rust x86::_mm_storeu_si128(ptr as *mut _, transformed_group); // should be x86::_mm_store_si128(ptr as *mut _, transformed_group); ```
> One question, should it be possible for operators to be generic over `KeyedStream` and `Stream`? For example, the `map` operator in: > > ```rust > let stream0: Stream =...
Maybe we could define a ``ArrowStream`` type which would support a number of transformations.
This change will have to wait until we have some common arcon email.
Other than me casually domain hunting, no :D