npgall / concurrent-trees

Concurrent Radix and Suffix Trees for Java
Apache License 2.0
502 stars 82 forks source link

How to serialise entire tree in a file? #40

Open anuragagarwal561994 opened 1 year ago

anuragagarwal561994 commented 1 year ago

I have a usecase where I would I want to prepare a large tree pre-process and save the pre-processed tree as a file for the trie to be created faster. Is there a mechanism to do so.

Mark-Kovalyov commented 1 year ago

I say plus one. I also need the serialization for ConcurrentRadixTree in different formats. Binary. Text. Json if possible.