suffix-tree icon indicating copy to clipboard operation
suffix-tree copied to clipboard

Dump tree to file

Open yanaiela opened this issue 1 year ago • 0 comments

Hey,

Do you plan to add a function for dumping a tree into a file? I've tried using pickle, which works with a small tree, but when increasing it to a certain size, I got a recursion error: RecursionError: maximum recursion depth exceeded in comparison

yanaiela avatar Oct 23 '23 21:10 yanaiela