-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce versioned
EntityPath
& refactor mesh/tensor caching (#3230)
**Commit by commit** What the title says. The most important contribution of this PR is the new `VersionedInstancePath[Hash]` types, which further specializes an `InstancePath[Hash]` (itself a specialization of `EntityPath`) with extra versioning information in the form of a `RowId` from the store. I.e. a `VersionedInstancePath` gives you a specific instance of an entity at a specific path at a specific time and row in the store, which is as specific as it gets. This allows us to completely remove `MeshId` & `TensorId`, and paves the way for generic frame-based caching.
- Loading branch information
Showing
79 changed files
with
483 additions
and
1,151 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.