I'm currently trying to implement the Index Fabric for a dna sequence data search system:
I could implement the normal patricia trie, but I still couldn't understand how to add layers. I also tried google but couldn't find enough information about adding layers to the patricia trie there either. In the paper mentioned above they came straightly with the layered trie which seems like witchcraft to me (just kidding, last part). Does anyone have experience in implementing the Index Fabric architecture, and if so, can you guys kindly share your experience with me?
Thanks in advance
Nuwan