treelib icon indicating copy to clipboard operation
treelib copied to clipboard

How to create a node faster?

Open sftrwo opened this issue 6 years ago • 3 comments

I recently worked on a 1.5 million node data. It took about 12 hours to create these nodes. Is there any way to improve efficiency?

sftrwo avatar Sep 03 '19 07:09 sftrwo

I would recommend you to manage your tree using a Rust library that you can then use from Python using Cython.

Natim avatar Sep 03 '19 10:09 Natim

@Natim Thank you, I will try

sftrwo avatar Sep 03 '19 11:09 sftrwo

@sftrwo is it still an issue for you? If yes, please provide more detailed information about your use case so we can benchmark potential solutions.

leonardbinet avatar Dec 18 '19 09:12 leonardbinet