logoalt Hacker News

kevmo314today at 4:51 AM0 repliesview on HN

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!