tippesi / Atlas-Engine

Cross platform toy render engine supporting physically based rendering and hardware/software ray tracing
MIT License
440 stars 29 forks source link

Reduces memory allocations on render path/hot path #66

Open tippesi opened 2 months ago

tippesi commented 2 months ago

There are quite a number of unnecessary memory allocation on hot paths that could be moved on the stack. This really hurts in multi-threading cases when other threads allocate a lot of memory.

Ideas for improvements:

YanbingXu commented 2 months ago

您好,我已收到邮件,谢谢!