FLAMEGPU2
FLAMEGPU2 copied to clipboard
Feature: Async / Buffered Output
Minimise the impact of disk usage by buffering output, and/or asynchrenous disk output, so that the simulation can continue whilst disk IO occurs.
This will probably be an extension to the base writer class, implemented for all writers, or an additional abstract class / interface which concrete implementations may also implement.