treelib
treelib copied to clipboard
How to create a node faster?
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?
I would recommend you to manage your tree using a Rust library that you can then use from Python using Cython.
@Natim Thank you, I will try
@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.