mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 13:24:44 +00:00
Add spell check and update Lighthouse book (#6627)
* spellcheck config * Merge remote-tracking branch 'origin/unstable' into spellcheck * spellcheck update * update spellcheck * spell check passes * Remove ignored and add other md files * Remove some words in wordlist * CI * test spell check CI * correct spell check * Merge branch 'unstable' into spellcheck * minor fix * Merge branch 'spellcheck' of https://github.com/chong-he/lighthouse into spellcheck * Update book * mdlint * delete previous_epoch_active_gwei * Merge branch 'unstable' into spellcheck * Tweak "container runtime" wording * Try `BeaconState`s
This commit is contained in:
@@ -56,7 +56,7 @@ that we have observed are:
|
||||
_a lot_ of space. It's even possible to push beyond that with `--hierarchy-exponents 0` which
|
||||
would store a full state every single slot (NOT RECOMMENDED).
|
||||
- **Less diff layers are not necessarily faster**. One might expect that the fewer diff layers there
|
||||
are, the less work Lighthouse would have to do to reconstruct any particular state. In practise
|
||||
are, the less work Lighthouse would have to do to reconstruct any particular state. In practice
|
||||
this seems to be offset by the increased size of diffs in each layer making the diffs take longer
|
||||
to apply. We observed no significant performance benefit from `--hierarchy-exponents 5,7,11`, and
|
||||
a substantial increase in space consumed.
|
||||
|
||||
Reference in New Issue
Block a user