-
`cargo bench` command doesn't work on `iroha2-dev` anymore.
We need to determine what is broken so we can tell something about the speed of Iroha.
Build context:
* `nightly-2023-06-25-x86_64-un…
6r1d updated
6 months ago
-
I got instant STATUS_ACCESS_VIOLATION while running the memchr_stringzilla benchmark, it works totally fine with WSL2 on Windows but not on Windows itself.
ghost updated
6 months ago
-
Recently we've been implementing some spacial distance functions and benchmarking them against some existing libraries, when testing with high dimensional data (1024 dims) we observe `simsimd` taking …
-
I'm newbie, so forgive me if the question seems silly
### Description:
Issues:
1. In my forked RustQuant project, executing examples works fine, but debugging doesn't,the breakpoint cannot be hit…
-
The error is:
```
error[E0308]: mismatched types
--> C:\Users\runneradmin\.cargo\registry\src\index.crates.io-6f17d22bba15001f\watchman_client-0.8.0\src\named_pipe.rs:55:46
|
55 | …
-
**Describe the bug**
When I try to run almost any example, I get the following error: Error: BackendError(FontError(NoSuchFont("sans-serif", "normal"))).
```sh
$ cargo run --example histogram
…
-
Hello,
I couldn't find a way to draw the top most label on the y axis.
The `.with_key_points` method seems to ignore the top most label.
When using
```
.build_cartesian_2d(
(0u32..10u32).in…
-
![image](https://github.com/ogxd/gxhash/assets/147470591/ed754517-382d-4ae0-a039-7612b422b349)
```
Running benches/hashset.rs (target/release/deps/hashset-e0bfa844d705dd83)
Gnuplot not f…
-
very happy to see this progressing? Any chance at an automated build for those that cannot compile?
dtaht updated
7 months ago
-
When I update the version for https://crates.io/crates/plotters and run their tests, I dont get compile issues - I get:
```
error: test failed, to rerun pass `--lib`
Caused by:
process didn't …