crill-dev / crill

The crill library
Boost Software License 1.0
188 stars 9 forks source link

Add double buffering #15

Open timuraudio opened 1 year ago

timuraudio commented 1 year ago

Add a class template double_buffered_object implementing the double buffering technique described in Dave Rowland and Fabian Renn-Giles talk "Realtime 101" (from 22:50): https://www.youtube.com/watch?v=ndeN983j_GQ&t=1370s

nicolasdanet commented 1 year ago

Have you ever seen the < https://www.youtube.com/watch?v=j2AgjFSFgRc > Matthias Killat talk? It might be related.

timuraudio commented 1 year ago

No, I haven't! Thanks, I will definitely check it out!