Open superdolt opened 3 years ago
Impossible. The data structure of DynPDT does not support it. Poplar-trie would be suitable for applications where data is stored incrementally.
this sounds a bit limited. possible to provide more use case scenarios for this? basically you are saying that key is immutable is best for this use case. I'm trying to figure out what applications are good for this. this is like marisa-trie.
Poplar-trie would be useful for applications that continue to store streaming data such as Web crawler. With a static data structure such as marisa-trie, it would be difficult to perform efficiently.
this is not very elegant nor efficient in memory use. possible to implement something that can delete so that the memory for key used can be released?