-
I placed a "bug" label because it's unbearably slow even on a really fast machine.
There's a ton we can do to make it faster... i've been digging into the source code and so far i've found:
- th…
-
**Describe the issue**
On large repository with ~70k commits the command "git lfs prune" takes a long time.
Up to 5-10 minutes on SSD drive.
**System environment**
Windows 10.
**Output of `gi…
-
Thanks for developing the library. So far using to run a KNN on embedding vectors it has been pretty straight forward.
Are there any plans to speed up KNN search by introducing clever algorithms l…
-
An improved Montgomery algorithm, up to 50% performance improvement. It utilizes the particularity of low-order multiplication and mod B^n-1 algorithm to reduce the number of calculations. I have wr…
-
I use Greykite to forecast hourly time-series with years of historical data and `fit_algorithm=gradient_boosting` is **very** slow.
According to [sklearn.ensemble.HistGradientBoostingRegressor](ht…
-
| | |
|------------------|-----------------|
|Previous ID | SR-369 |
|Radar | rdar://problem/18263349 |
|Original Report…
-
Can we calculate trigonometric functions using the Remez algorithm? This is faster and more accurate than the table lookup method, and the range of arguments can be [-inf,inf]
Here is an example of…
-
### 2024 August 29
- Change size of evicting hash table to make it HW cache friendly
- Look at gprof to figure out which functions are being spent time in
- Find latency of both (a) fast path and…
-
Hi Team,
Can we refactor the code and make changes so that liboqs-java can be used as JCE provider? It means, for instance, creating a subclass of SignatureSpi and invoke wrapper functions from the m…
-
## Description:
### What is the Karatsuba Algorithm?
The Karatsuba algorithm is a fast multiplication algorithm that was discovered by Anatolii Alexeevitch Karatsuba in 1960. It is a divide-and-co…