| ▲ | kevmo314 an hour ago | |
If you’d like to reduce the network latency further you can store each trie node as a file, naming it conveniently the prefix path to that node. Then dump the few hundred million files onto R2. Now the traversal can be done completely via CDN lookups! | ||