-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commitment: do not use cell getter function to fold the row (#13509)
Refactors how we collect trie branch updates. - encode whole row without encoding update and merging it with existing value - access to row in grid directly, avoiding logic multiplication and need of lambda returning cell - simplify folding code: looks and reads much more straightforward --------- Co-authored-by: alex.sharov <[email protected]>
- Loading branch information
1 parent
92dc120
commit 1f87c16
Showing
10 changed files
with
397 additions
and
461 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.