PSeitz

Results 117 issues of PSeitz

When I leave the terminal open and quit nvim with `:qa` and restart nvim. I got the same terminal, but the default toggle binds to a new terminal, so it...

With this change you can play random episodes, with 'random tv-series'. This is nice for series like family guy.

- replace collect with Vec::reserve the iter collect pollutes the call stack (10 levels of calls) - offset tests with alloca As mentioned in #334, randomness in memory layout has...

If you move the `Profiler` trait (which seems to be stable) to a separate crate, you can avoiding breaking the API with new releases https://docs.rs/criterion/latest/criterion/profiler/trait.Profiler.html

It would be nice to bloat check the default `cargo test` binary. It would allow to analyze bloat to reduce compile times. You could also do a release build, that...

There are debug and incremental artifacts remaining. They are older than `-t 0` ``` quickwit git:(main) cargo sweep -r -t 0 [INFO] Cleaned 5.27 GiB from "/home/pascal/LinuxData/Development/quickwit/agg_error/quickwit/target" [INFO] Cleaned 5.44...

`v0.7x` had better ergonomics if you want to optionally disable the cache. That's not possible anymore with `NonZeroUsize`, now you would need extra code for that use case.

Term aggregation only works on text fields currently. Extend support for (single and multi-value): #### Bucket Key type u64 - [x] u64 - [x] i64 - [x] f64 - [x]...

high priority
project airmail

fix Clone for TopNComputer to carry vec capacity add top_hits agg bench ``` test bench::bench_aggregation_terms_many_with_sub_agg ... bench: 123,475,175 ns/iter (+/- 30,608,889) test bench::bench_aggregation_terms_many_with_sub_agg_multi ... bench: 194,170,414 ns/iter (+/- 36,495,516) test...