-
Villagers can't climb ladder, which might be a problem.
> the default pathfinding algorithms (that are thousands of lines of code in the server source) are faster, abstracted, and will catch far mo…
-
We need a fast algorithm to compute the position of the planets so that we can use in a numerical orbit propagator.
-
I'm trying to visualise Anytime Weighted A*. The algorithm multiplies heuristic estimates by some factor w>=1. This allows it to make faster progress toward the goal but it can re-expand nodes, if it …
-
We want to add Viterbi decoding to PyTorch. Viterbi decoding is a well-known algorithm that finds the path of maximum likelihood over a time-varying distribution. It is used in automatic speech recogn…
-
# Issue Title: Schoenhage-Strassen Algorithm – Fast Integer Multiplication
### Description:
This issue proposes the implementation of the Schoenhage-Strassen Algorithm, a fast integer multiplicati…
-
Hi Mark,
Thanks for a great project. I'm looking for efficient crc32 implementation for Intel 64.
I see that zlib has great implementation of algorithm based on `PCLMULQDQ` instruction.
However it is…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/do…
-
This issue serves as both a request and a discussion point regarding the potential switch of the default hashing algorithm from `BLAKE2B-256-128` to `BLAKE3-256-128`.
https://github.com/kopia/kopia…
mpryc updated
2 months ago
-
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…
-
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…