-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coldataext: remove a wrapper and use tree.Datum directly
Previously, we had separate `coldataext.Datum` wrapper around `tree.Datum`. I don't remember what was the reasoning behind introducing it (probably so that we could define methods with the wrapper as the receiver in `coldataext` package), but it seems unnecessary. It also has some performance cost because on every `DatumVec.Get` we are currently allocating a new object on the heap. This commit removes the wrapper in favor of working with `tree.Datum`s directly. This work was prompted by looking at some profiles around the memory accounting for datum-backed types in the cFetcher. Release note: None
- Loading branch information
1 parent
23f1497
commit 62b3462
Showing
64 changed files
with
898 additions
and
1,195 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.