LimeChain / Fruzhin

Java implementation of the Polkadot Host
Apache License 2.0
31 stars 1 forks source link

437 on disk storage #471

Closed Zurcusa closed 2 months ago

Zurcusa commented 2 months ago

The main idea behind these changes are to move the in memory trie fully to the disk using a cache layer. That role is played by the TrieChanges class and put into use in DiskTrieService. The main flow that is executed is the same for each of the insert, update, delete operations:

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
4 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud