Revolutionary Update Set to Optimize Sync Trie Performance!
2023-03-20 20:09:51 UTC
New Cache Implementation Slashes Disk Writes and Enhances Reliability Amidst Persistent Test Flakiness!
Commit Details:
fix: Add a simple cache to the sync trie (#697) * fix: Add a simple cache to the sync trie This reduces the amount of disk writes the sync trie does. * flaky tests