Difference between revisions of "Trie"

From wikieduonline
Jump to navigation Jump to search
(Created page with " * INFO Persisted the clean trie cache")
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
[[wikipedia:Trie]] [[data structures]]
  
  * [[INFO Persisted the clean trie cache]]
+
  [[k-ary]] [[search tree]]
 +
 
 +
[[geth]]
 +
INFO [05-08|17:10:25.580] Allocated [[trie memory caches]]            clean=614.00MiB dirty=1024.00MiB
 +
 
 +
 
 +
== Geth ==
 +
* <code>[[INFO Persisted the clean trie cache]]</code>
 +
* <code>[[WARN Reorg in progress, trie commit postponed]]</code>
 +
 
 +
 
 +
    --cache.gc value              (default: 25)
 +
          Percentage of cache memory allowance to use for trie pruning (default = 25% full
 +
          mode, 0% archive mode)
 +
 
 +
 
 +
== See also ==
 +
* {{Data structures}}
 +
 
 +
[[Category:Programming]]

Revision as of 08:59, 31 May 2024

wikipedia:Trie data structures

k-ary search tree

geth

INFO [05-08|17:10:25.580] Allocated trie memory caches             clean=614.00MiB dirty=1024.00MiB


Geth


   --cache.gc value               (default: 25)
         Percentage of cache memory allowance to use for trie pruning (default = 25% full
         mode, 0% archive mode)


See also

Advertising: