Hi, Sorry for the late response.
What's your current progress? Do you have some code already? > Currently I am done with a basic Ctrie implementation as suggested in the arXiv paper that is capable of inserting and searching paths. The implementation is still with pointers which I will convert soon to offsets [1] I have only tested the working manually till now and with a single thread. I will soon make a better test file to test the ctrie when being used by multiple threads. [1] https://github.com/MihirLuthra/basicPathSearch Regards, Mihir