-
1.f / std::sqrt(x) has become the default for inverse square root in gd.
Tracking issue to add flag to enable sse2 optimization here: #4666
Min repro:
#include
#include
#include
#inclu…
-
### 🚀 The feature, motivation and pitch
Great feedback from one of our user:
> For our production monitoring, it'd be great to have more operational metrics for us to see the health, utilization, …
-
```
r890 added support for direct calls to fixed-arity functions with arity greater
than METH_O. There are two things to do based on this patch:
1. Tag as many functions as possible with METH_FIXED.…
-
```
r890 added support for direct calls to fixed-arity functions with arity greater
than METH_O. There are two things to do based on this patch:
1. Tag as many functions as possible with METH_FIXED.…
-
This is more of a tracking issue, just to have a record of how `go test -fuzz` behaves when also passed other flags. Let's make sure this is reasonable for the upcoming release for now, and see if we …
-
# Motivation
One of the scenarios were Swiss Tables tend NOT to fare too well in are scenarios involving deletions.
A Swiss Table in which entries are only inserted -- a fairly common usecase, f…
-
```
I've adapted the mjs 3D vector/matrix javascript library to 2D.
Link: http://blog.vlad1.com/2010/02/05/mjs-simple-vector-and-matrix-math-for-js/
It's an efficient library that minimizes object al…
-
# 🚀 Feature request
### Command (mark with an `x`)
- [ ] new
- [x] build
- [ ] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] extract-i18n
- [ …
-
Low priority, but a note for later...
It would be nice to have examples at different densities to answer questions like, "Can our BTree mode ever beat KDTree, even though it's in pure Python?"
We co…
-
Add a simple way to be able to test opendatacam to avoid regression when upgrading
- Test counter logic
- (More complex) add a way to compare tracker results depending on neural network weights...…