Skip to content

Fix GridMetricCalculator.trimMap, memory leak#259

Merged
mofojed merged 2 commits intodeephaven:mainfrom
mofojed:258-trim-map
Oct 27, 2021
Merged

Fix GridMetricCalculator.trimMap, memory leak#259
mofojed merged 2 commits intodeephaven:mainfrom
mofojed:258-trim-map

Conversation

@mofojed
Copy link
Member

@mofojed mofojed commented Oct 26, 2021

  • Given enough time and a large enough table this could cause a memory leak
  • Fix the trimMap algorithm to actually trim the map
  • Add unit tests

- Given enough time and a large enough table this could cause a memory leak
- Fix the trimMap algorithm to actually trim the map
- Add unit tests
@mofojed mofojed added the bug Something isn't working label Oct 26, 2021
@mofojed mofojed added this to the October 2021 milestone Oct 26, 2021
@mofojed mofojed requested a review from mattrunyon October 26, 2021 18:45
@mofojed mofojed self-assigned this Oct 26, 2021
mattrunyon
mattrunyon previously approved these changes Oct 26, 2021
Co-authored-by: Matthew Runyon <mattrunyonstuff@gmail.com>
@mofojed mofojed requested a review from mattrunyon October 27, 2021 15:08
@mofojed mofojed merged commit 057830b into deephaven:main Oct 27, 2021
@mofojed mofojed deleted the 258-trim-map branch October 27, 2021 18:28
@mattrunyon
Copy link
Collaborator

Fixes #258

@mattrunyon mattrunyon linked an issue Oct 27, 2021 that may be closed by this pull request
@mofojed mofojed mentioned this pull request Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working web-client-ui

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix trimMap function in GridMetricCalculator

2 participants