Aalekh Patel

Results 13 comments of Aalekh Patel

Nice work. :) I am thinking of checking in a fast UnionFind (#830) and even though I have written a good number of tests for it, I would like to...

Nice. ([927e73](https://github.com/aalekhpatel07/algorithms/commit/927e73420e15c382fe2647254e05a9dd0da7a99a)) contains the new blossom that uses the UnionFind API from `algorithms.unionfind`. The tests are passing, so yay! :smile:

Hi there! This project looks really neat. Do you have an idea for when might SIFT be available? Or if you'd like others to contribute, I don't mind trying :)

@vadixidav Thanks for the detailed explanation! I'd be more than thrilled to work on SIFT. Recently, I came across a [neat and clean Numpythonic implementation of SIFT](https://github.com/rmislam/PythonSIFT) that I hope...

In case anybody hasn't found a solution yet, forcing the build worked for me. `python build.py build_ext --inplace --force`

I appreciate the quick response, @AldaronLau! Lemme try to play around with these ideas and come up with an implementation. Additionally, as I dig a little bit deeper, adding a...

Not sure if I'm running it incorrectly but the `record` example seems kinda broken right now. I did a fresh checkout of the stable branch and ran `cargo run --example...

Seems like the upstream changes for cloning and creating binary indexes via the C api have landed. Please let me know if I can contribute towards any other blockers for...

So I [enabled the CI](https://github.com/aalekhpatel07/faiss-rs/tree/ci) for these changes and if we bumped upstream to use the latest revision, then the [CI test suite](https://github.com/aalekhpatel07/faiss-rs/actions/runs/8492692696) continues to pass. I'm leaning towards waiting...

Thanks so much for initiating this work in #77. I would love to be able to help out with this endeavour. I'll base my changes on top of `change/faiss-v1.8.0`, and...