Sergey "Shnatsel" Davidoff
Sergey "Shnatsel" Davidoff
Oh, and this was measured on `x86_64-unknown-linux-gnu` with its pretty good glibc memory allocator. The `x86_64-unknown-linux-musl` target with its Musl libc allocator is far worse: `0.95user 1.13system 0:00.81elapsed` And Apple...
I've just realized I was measuring an older commit. I've re-measured on 7ec630c1c0103f86631458cbb01498349dbacd04 and the results are not as skewed towards the system time this time around, while the total...
`fuzzing` should probably become a well-known lint, given that all 3 major fuzzers automatically set it.
I am no longer paid to work on Rust SBOM tooling, so I cannot open PRs myself anymore. But I am happy to point you to the equivalent code in...
Is migrating to `gitoxide` and completely dropping support for `libgit2` acceptable? It's technically possible to support both backends, but would create additional complexity and maintenance burden, so I'd prefer to...
The [month-old progress update for `gitoxide`](https://github.com/Byron/gitoxide/discussions/694) details the ongoing integration into Cargo and the fixes that resulted from it. Those progress updates are [intentionally delayed](https://www.reddit.com/r/rust/comments/10if838/gitoxide_in_december_2022_the_cargo_integration/j5e1vln/) and the actual status is...
Alright! Perhaps you could check with Byron, the author of `gitoxide`, if you're on the right track and using the right APIs. Or perhaps this is something that could be...
The integration into Cargo might also be useful as a reference point: https://github.com/rust-lang/cargo/pull/11448
I can no longer reproduce this issue on `cargo auditable` v0.6.4 and `rustc`/`cargo` v1.76.
I've taken the liberty of rewriting `separate_re_im` and pushing to your branch. I couldn't get it to vectorize [on godbolt](https://godbolt.org/z/E43nG83f6), but at least it should have the right public API,...