-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Split out Data::Batch to a new enum, LoggedData * Add "batch splatting" * Optimize batch insertion * Introduce IndexHash * Refactor: move Index to own file * struct Batch * Optimize storage by using hashes instead of full indices and index paths * Don't use three_d::Color::new * Don't box IndexKey::index * Fix crash * Benchmark data insertion * Remove hash from IndexPath * Use IntMap for ObjTypePath * Less use of IndexKey * Remove `IndexKey` * Small optimization * Clippy fixes
- Loading branch information
Showing
24 changed files
with
926 additions
and
418 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.