-
Why do we consider all the users in the vouching matrix ?
If we had 100,000 contributors, we could not implement such a large matrix (if each element is coded on a 4-bytes float, that would use (10…
-
Hi,
I was comparing the performance of `fastmultigather` when searching against a normal zip-type database and against a `Rocksdb` inverted index database. While running `fastmultigather` with `Roc…
-
From tilii7's very nice kaggle post: https://www.kaggle.com/competitions/playground-series-s4e9/discussion/536980
1. Investigate adding LAMA's NN model to AutoGluon.
2. Investigate if hill climbin…
-
The current performance of Git pack encoding is poor and takes too long, causing operations like cloning to be excessively slow, as seen in issue #571 . The main time-consuming factor is the zlib comp…
-
Running with `SIMPLE_OPTIMIZATIONS` enabled on v20181210 (reproducible with much older versions too).
The following input takes **1.5 seconds** to report syntax error on my Macbook:
```
(((((((((…
-
Hi btrfs devs. Some suggestions related to hashing algorithms:
Make xxHash 64-bit as default hashing algorithm on new btrfs partition creating.
Add support for:
- xxHash3 64-bit;
- xxHash3 128…
-
How do we want to approach the topic of algorithmic complexity and Big O notion? @hcolmanccc @Zune-Ahmed @boughrira
I can think of a few ways:
- We can mention the topic as it comes up
- Have …
-
- [ ] 1. Persistent and tracking restoration. After restart, check the missing events for the active orders and restore the tracking workers.
- [x] 2. Support SHA256 hash in the contract. Allow negot…
-
Hello,
1. The current implementation for matrix multiplication uses BRGEMM algorithm. Is there any implementation of "Low Rank Approximation approach" for matrix multiplication in oneDNN? Is there a…
-
**Is your feature request related to a use case or problem? Please describe.**
Cirq now has [abstractions for qubit routing](https://github.com/quantumlib/Cirq/tree/master/cirq-core/cirq/transformers…