node-iptrie
node-iptrie copied to clipboard
Create a large iptrie, store to file and retrieve
There doesn't seem to be a node js equivalent of Python's pickle.
How would I create a large Trie, save it to a file, share the file and load it again for use?
Thanks! This is pretty fast!