Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
G
Geth-Modification
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • 张蕾
  • Geth-Modification
  • Repository

Switch branch/tag
  • geth-modification
  • ethdb
History Find file
  • Source code
  • Download zip
  • Download tar.gz
  • Download tar.bz2
  • Download tar
  • Martin Holst Swende's avatar
    core, ethdb, trie: mode dirty data to clean cache on flush (#19307) · 59e19532
    Martin Holst Swende authored 6 years ago
    This PR is a more advanced form of the dirty-to-clean cacher (#18995),
    where we reuse previous database write batches as datasets to uncache,
    saving a dirty-trie-iteration and a dirty-trie-rlp-reencoding per block.
    59e19532
Name
Last commit
Last update
..
leveldb core, ethdb, trie: mode dirty data to clean cache on flush (#19307) 6 years ago
memorydb core, ethdb, trie: mode dirty data to clean cache on flush (#19307) 6 years ago
batch.go core, ethdb, trie: mode dirty data to clean cache on flush (#19307) 6 years ago
database.go core, ethdb, trie: mode dirty data to clean cache on flush (#19307) 6 years ago
iterator.go all: clean up and proerly abstract database access 6 years ago