-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Arc InnerArrayData and add a WeakArrayData (#1930)
Closes #1518 WeakArrayData will be used for weak caching during scans. This also impls Statistics directly on ArrayData so we don't have to clone in order to compute them. It also means we can remove Clone from InnerArrayData and remove a couple more Arcs.
Showing
8 changed files
with
238 additions
and
240 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
Oops, something went wrong.