fractal
fractal copied to clipboard
Results
3
fractal issues
Sort by
recently updated
recently updated
newest added
I put linux-musl as the new target and the march=native flag on .cargo/config.toml and updated the versions of tokio, image and rand crates.
Substituted with a manually chunked std::thread approach. While this does use a different dependency, it's significantly less dependencies overall. Currently, this decreases performance by a couple milliseconds on my machine,...
and a few misc other simplifications