Skip to content

Commit

Permalink
Minimally lock the state during aggregate processing + memory tuning (#…
Browse files Browse the repository at this point in the history
…12571)

- Changed the positions of lock release in aggregate and proof
- Removed diffset because it was taking way too much memory and caused
way too many allocs - also it is a data structure only used for some
debug endpoints so not worth it
- Removed compressor for caches (most of those are random 32-bytes
hashes anyway)
  • Loading branch information
Giulio2002 authored Nov 6, 2024
1 parent afc45cc commit 9d27079
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 316 deletions.
131 changes: 0 additions & 131 deletions cl/phase1/forkchoice/fork_graph/diff_storage/diff_storage.go

This file was deleted.

100 changes: 0 additions & 100 deletions cl/phase1/forkchoice/fork_graph/diff_storage/diff_storage_test.go

This file was deleted.

Loading

0 comments on commit 9d27079

Please sign in to comment.