-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve WindowCheck memory usage. (#5197)
* Port changes from legacy. * Use iterator for modified row nanosecond retrieval. * Do not reread nanos for modified singleton entries. * test changes 1. * Apply suggestions from code review Co-authored-by: Ryan Caudy <[email protected]> * some changes * some more formatting * rest of review. * Correct two bugs in entry merging. * fix comment formatting * Update engine/table/src/main/java/io/deephaven/engine/util/WindowCheck.java Co-authored-by: Ryan Caudy <[email protected]> * Reduce seed number. * Optimize the getLong away for singletons. --------- Co-authored-by: Ryan Caudy <[email protected]>
- Loading branch information
Showing
8 changed files
with
889 additions
and
144 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
737 changes: 619 additions & 118 deletions
737
engine/table/src/main/java/io/deephaven/engine/util/WindowCheck.java
Large diffs are not rendered by default.
Oops, something went wrong.
254 changes: 244 additions & 10 deletions
254
engine/table/src/test/java/io/deephaven/engine/util/TestWindowCheck.java
Large diffs are not rendered by default.
Oops, something went wrong.
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