-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Further optimized WavefrontWriter's memory usage by having it write d…
…irectly to the output FileStream rather than first to a MemoryStream and then copying. Optimized some redundant memory allocations in the WavefrontWriter class to avoid OutOfMemory exceptions in 32-bit mode, which fixes some of the existing tests. Made some more memory optimizations in the WavefrontWriter to limit how many objects are created and stored in memory at once.
- Loading branch information
1 parent
ed4450a
commit 80d5c3a
Showing
1 changed file
with
67 additions
and
62 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