Bart Massey
Bart Massey
Sure would be nice to have `rayon::iter::FromParallelIterator` for `ArrayVec`. I'm willing to work on it if given some direction.
The excellent cdecl.org webapp currently says "by Ridiculous Fish". Would be better to also say "based on a tool by Graham Ross". The README should also credit him, as the...
This change allows `--warm-up-time`, `--measurement-time` and `--profile` to take fractional-second durations. The duration is truncated to the nearest millisecond. Closes #551.
Right now it looks like measurement and warmup times are restricted to integer seconds? I have a large number of very fast benchmarks, and would love to be able to...
Issue #53 describes the need to be able to manually scale the GUI both for accessibility and for dealing with HIDPI displays. The GUI should be scalable using `` and...
The histogram plotter seems to have some issues: - There is one too few bars of x-axis space allocated. This will lead to left and right half bars when aligned...
The crate documentation is confusing: I'm not exactly sure what this is generating in batch mode? The documentation says that it generates all "permutations" of a given sequence: the documentation...
Right now, the badge url requires `../github/..`. Would like it to take `../github.com/..` as well. This is especially important for `gitlab`, where for example `gitlab.freedesktop.org` is not currently supported as...
Small spelling mistake.
"It's a good example of how extremely flexible `convert` is." Probably meant "`collect`" here.