galatolofederico / manim-presentation

Tool for live presentations using manim
GNU General Public License v3.0
162 stars 18 forks source link

Fix memory problems #12

Closed linusheck closed 3 years ago

linusheck commented 3 years ago

This only keeps the currently played video in memory. Load times seem to be neglegible, so preloading the next video does not seem to be necessary. This took my presentation from using 8GB of RAM to a few MB.

galatolofederico commented 3 years ago

Thanks, i'll check and merge it as soon as possible!