stuarthayhurst / ammonite-engine

A simple OpenGL based graphics engine for experiments
MIT License
3 stars 1 forks source link

Use a dynamic work queue #8

Closed stuarthayhurst closed 1 month ago

stuarthayhurst commented 1 month ago

Avoids allocating 50MB of space at the cost of locking, seems to fix some leaks