I think you all deserve an explanation of what is the purpose of this poll. My moderate OCD dictates me to make Attract Mode stutter free, able to sustain a constant 60fps even on Raspberry Pi. I have a proof of concept of asynchronous image loader with caching, so you will not longer need rawset_index_offset property. That means non blocking loading of resources that aren't yet on the screen, so in theory even if you write for example just an array of 100 add_image or add_artwork and cycle through games AM should keep 60fps. But first thing to fix is any other source of stuttering not loading related. The differences between Windows 10 and lower versions for example force different approaches of syncing, as the new DWM gets in the way. Vsync and double/triple buffering in SFML works differently on each window mode and differently in multimonitor mode, and even when you have your dpi scaling other than 100%. I have it almost fixed for Windows, but tests wil be required on all platforms to make sure I sync accordingly for each platform. I already got myself a mac and waiting for RPI to arrive. So my personal purpose of the poll is to let me know which platforms are commonly used so I prioritize this fairly.