-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor
InMemoryNodeEntry
into an interface.
Right now its only direct implementation is `IncrementalInMemoryNodeEntry`, but soon `EdglessInMemoryNodeEntry` will get its own dedicated implementation instead of inheriting from incremental. PiperOrigin-RevId: 553809945 Change-Id: I9abcc5d503ce7890903b5cd852b2637d63fc7bf9
- Loading branch information
1 parent
6a313f1
commit 066db19
Showing
13 changed files
with
760 additions
and
682 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
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
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
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.