-
Advanced techniques that have complexity to implement:
- Unload the code periodically while benchmarking. This slows the process down, but also forces the code to eat some of the cost of how it com…
-
```
❯ cargo tree | grep eyre
│ ├── color-eyre v0.6.2
│ │ ├── eyre v0.6.8
```
I have some code that looks roughly like this:
```rust
loop {
spin_poller().wrap_err(eyre!("error"))?;
}…
-
This is an attempt to spot all geometry issues in VIPS resizing at once.
Pillow 7.0 has been released today (no SIMD version yet) and I've implemented a new resizing method called `reduce()`. It al…
-
(To eliminate ambiguity, here is the nomenclature: we have a number of
_benchmarks_ (currently CalibGA, CalibVolDiff, and GenericPricer),
each of which have several _data sets_ (typically Small, Mediu…
athas updated
9 years ago
-
Very useful package, thanks for putting it up. I was wondering if there is a way to eliminate *all* overhead from lazy-loaded calls?
I am trying to conditionally load Zygote.jl in my package. Pack…
-
This issue summarizes and tracks the ongoing effort to add a custom function API to MoveIt 2 for better support of optimizing planners.
### Motivation
> In order to get an optimal solution for…
-
This entrance task is about doing benchmarks against [sklearn v0.18](http://scikit-learn.org/dev/modules/gaussian_process.html), [gpy](https://github.com/SheffieldML/GPy), [gpflow](https://github.com/…
-
You should add the following to the nginx.conf
tcp_nopush on;
otherwise the comparison is unfair.
BTW,we found nginx outperforms h2o significantly when using webbench.
-
### Tell us more about this new feature.
Hey there,
Awesome initiative. I have been looking for this for a long time.
I would be very interested to see how this compare to leading frameworks…
-
ARM provides intrinsics to convert from f32 to f16 since ARMv8, see e.g. [VCVT-F16-F32](https://developer.arm.com/documentation/den0018/a/NEON-Intrinsics-Reference/Floating-point/VCVT-F16-F32)
Unfo…