Fabian Keller
Fabian Keller
It would just be very convenient to have a `timed` block, because - External allocation does not allow to initialize each run individually/randomly. It would be nice if one could...
I know that it is possible, as I have documented in the link. However the process to get there is out of proportion. The area of working against the CRA...
@ttaranov react-app-rewired stopped supporting CRA at version 2.0 and now we are at 4.0, so isn't this a very fragile setup?
It should be noted that [this TypeScript issue](https://github.com/microsoft/TypeScript/issues/44362) is a bit of a showstopper for enabling imports outside src. Basically TypeScript has a bug (or design limitation?) that allows it...
> Criterion already uses what is essentially a subtractive model > Something like [...] would include the same max_iters "add one and compare and compare" overhead in every benchmark, which...
> The ground is simply black. Actually for me it looks like this (in-game, not in editor):  The ground color in the center is `#655646` which definitely is a...
If they do, it would certainly help to mention it ;) I concluded from the docs that they don't, and rolled my own (totally not configurable): ```rust #[macro_export] macro_rules! assert_allclose...
So far I was simply using rustfft, which works well for what I've been doing, but I didn't make much of a comparison. Perhaps [this thread / link](https://github.com/awelkie/RustFFT/issues/50#issuecomment-576806464) might also...
I spend some more time trying to find a work-around for this issue, but still nothing. Or even worse: What I found out is that I even get this judder...
> I'm not too sure how I can do CI on optional dependencies though I think as a first step keeping them as nimble dependencies is fine. What would already...