8 ms·
The hard truth is that you need a ring buffer and start discarding data, if you can!!!! If you can't then you'll have to wait or batch updates :) That's why fun
by dgrr19 3y ago
The hard truth is that you need a ring buffer and start discarding data, if you can!!!! If you can't then you'll have to wait or batch updates :)
That's why functions like writev/readv exist