-
Info about benchmarks needs to be added into `testing.slides`
-
The result of `@time @eval using PackageName` after precompilation has been ensured (probably can not be part of a BenchmarkGroup)
-
- https://gdal.org/drivers/vector/arrow.html
- https://gdal.org/drivers/vector/parquet.html
It would be interesting to see how the performance compares when reading using GDAL versus [read_parquet…
-
## Summary of Bug
We've benchmarks by @achimcc that show MSMs running far slower than equal numbers of individual scalar multiplications. We found in native code for BLS12 curves that an MSM of si…
-
We've had a couple of p0 issues raised due to changes in how the engine handled aliases.
The fact we didn't pick up on these issues until users reported them shows our test coverage of aliases is no…
-
Opcodes currently don't have gas costs. These need to be specified.
-
Are there any performance benchmarks? How compare this parser with other MATLAB parsers available regarding large YAML files?
-
I'm testing Borg performance for LAN backups through SMB.
I've been using two devices, both with 1Gbe NIC, one (Ryzen 7 3700x) is using a repository located on a mounted directory in the second devic…
-
For the exponential histogram, we decided to start with the simplest possible implementation for the backing data structure, and then beat it from there. Some context here: https://github.com/open-tel…
-
The benchmark says that are 16KiB inputs.
Does it mean hash a 16KiB input repeatedly (over and over) or hashing and incrementing the block counter for each hash operation?