Frankie Robertson

Results 180 comments of Frankie Robertson

Hi, I'm probably not going to fix this since my fix works fine for my own purpose. Please just treat this PR as a bug report in that case. Thanks.

I was able to use the above trick to install a package not on pypi at all: ``` [tool.poetry.dev-dependencies] dummypkg = { git="https://github.com/bjodah/dummypkg.git", tag="master", optional = true } ... [tool.poetry.extras]...

It's true that the (extrapolated) KNN query time is very general and probably the most useful benchmark for most people, however KNN graph construction is also quite general e.g. it's...

As said, PyNNDescent does build the knn graph, but it might be that most of the others don't. It would be nice to know whether to use PyNNDescent or another...

The Eve team is no more. The current state of 0.4 is available at https://github.com/witheve/eve-native

Yes, like I said, the Eve team is no more. That means nothing is being developed. They ran out of funding.

Mech could be seen as a spiritual successor of sorts: https://github.com/mech-lang/mech

I've been using these crates for wrapping some C++ libraries I need to use from Rust. This library has been the easiest, lowest anxiety way to achieve it, so thanks...

I suppose there's not been any progress. Although I haven't used it myself, one thing to check out --- for comparisons sake if nothing else --- is Google's cxx and...

Thanks to both of you for the info. It'll be very useful for next time I'm trying to wrap C++ with Rust. Sorry for derailing the issue!