-
I ran the benchmarking code and found the following surprising result:
```
$ cargo bench --features static_lookup
[...]
Compiling criterion v0.5.1
Finished bench [optimized] target(s) in…
-
See comparison of running `cargo bench`,
```shell
PS C:\Users\Hanif\git\imagecli> cargo bench
Finished bench [optimized] target(s) in 0.30s
Running unittests (target\release\deps\imagec…
hbina updated
8 months ago
-
Currently generating the plots from the results takes roughly 5min for 6h of observations [at least for the 13 channel LACROS system on rsd2]. Profiling reveals, that a single colorplot takes approxim…
-
[evcxr](https://github.com/evcxr/evcxr) is a crate for jupyter, I thought the combination of evcxr and beautiful poloto figure would have great powerful.
-
Any info on using WASM+WebGL+Plotters? Is it possible?
-
It seems we should allow each backend define their own coordinate type.
For example, the SVG standard actually allows float point numbers, but plotters currently uses `BackendCoord` for all the back…
-
# Context
Bevy folks measured that wgpu's trace-level logging when enabled at build time but disabled at run time can have a significant overhead (15%). This overhead comes from checking a global a…
nical updated
2 months ago
-
It seems like it may be related to https://github.com/rust-lang/rust/issues/78835, but that issue doesn't tell how to fix this.
A simple `git clone` + [modify Cargo.toml] + `cargo update` + `cargo…
-
[SIMD-170](https://github.com/solana-foundation/solana-improvement-documents/pull/170) calls for assigning static execution cost (in `CU`) for each builtin instruction, vs current per buitin programs,…
-
I'd like to use `cargo-criterion` instead of `cargo bench`, but it seems that running `cargo criterion` does not add in the report a comparison with the previous run in case of regression (and maybe i…