-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improving AABBTree build speed (#1333)
* Avoid lots of individual memory allocations in AABBTreeBuilder. Instead allocate nodes and leaf triangles from single Arrays. * Using Array instead of Deque in AABBTreeToBuffer. Avoids a lot of allocations. Co-authored-by: Ono-Sendai <nick@indigorenderer.com>
- Loading branch information
1 parent
ae10eb3
commit 88de579
Showing
5 changed files
with
109 additions
and
106 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.