Josh Holmer
Josh Holmer
Criterion gives some significant improvements on Rust's built in bencher. The benchmark suite which is in place for testing performance of oxipng's components (not oxipng as a whole and comparing...
Hi, I have a case where I need to implement a 3D FFT. This crate doesn't seem to have an existing utility function for it. I figured I could potentially...
It seems this is traced back to this import line: https://github.com/Jaded-Encoding-Thaumaturgy/vs-tools/blob/809df6643f7d6bdc0f224805446b22bc885fdf10/vstools/utils/vs_proxy.py#L17 R68 seems to no longer be exporting the following items, which is causing this issue: `ccfDisableAutoLoading`, `ccfDisableLibraryUnloading`, `ccfEnableGraphInspection`, `fmFrameState`,...
Initially brought this up in https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TCanny/issues/13#issuecomment-1107654500, thought it made sense to create an issue to track this, even if there's no clue on a solution. Several others have reproduced it,...
The blur in particular is still rather slow despite our many efforts to optimize it
As noted in #3359, we want to add tests in CI to verify wasm, both on stable and minimum supported rustc versions.
The CI job for code coverage has been broken for quite some time. It is allowed to fail, but still annoying to show as a red X on every PR....