-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to the new caching utilities in tatami_chunked. (#11)
This uses the new slab factories, and removes references to TypicalSlabCache. We instead generate a separate subclass for each caching policy, which improves compartmentalization and enables smaller fetch_raw() definitions. We also update the sparsity-checking method names for the UnknownMatrix, and we align with the new policy of avoiding non-type-related templated parameters. This should reduce compile time and binary size without much perf loss. Finally, a minor bugfix for the cache configuration in the tests.
- Loading branch information
Showing
6 changed files
with
746 additions
and
718 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
Oops, something went wrong.