grape icon indicating copy to clipboard operation
grape copied to clipboard

Can I use Grape to develop my own customed algorithm?

Open dongxudongxu opened this issue 1 year ago • 1 comments

I am working on a algorithm referring to parallel computation, graph data mining and Hyperloglog. I wonder if there's a way to use Grape to develop my own algorithm, or only the given algorithms are available?

dongxudongxu avatar Jan 03 '25 08:01 dongxudongxu

Hi @dongxudongxu - Disregard the documentation website and do read the set of methods that you get when running the help method as suggested in the README. Of course, if you are competent enough in Rust and Python, you can certainly use the code base and develop your own extension as you desire.

LucaCappelletti94 avatar Jan 04 '25 11:01 LucaCappelletti94