Jan Pochyla
Jan Pochyla
Hi! I've modified the `simple-playback-decoder` example to reach for an OGG vorbis file and always get the following output (`failed to initialize decoder from file: generic`). Is there anything I'm...
Hi! What do you think about benchmarking in WASM browser environment? This is something that criterion lacks, currently.
I understand it's possible to use the matrix + generators for this, but something akin to this simple Criterion code is currently missing, I think: ``` fn benchmark(c: &mut Criterion)...
Running benchmarks with: ``` cargo bench --features simple_iter ``` fails with the following error: ``` Benchmarking hi_sparse_bitset insert: Warming up for 3.0000 s thread 'main' panicked at .../hi_sparse_bitset/src/raw.rs:141:9: 2080768 index...