LookingGlass/common/include
Geoffrey McRae 196050bd23 [common] framebuffer: improve client framebuffer read performance
Extensive profiling reveals that the glibc memcpy performs up to 2x
faster then the existing SIMD implementation that was in use here. This
patch also will copy large 1MB chunks if the pitch of the source and
destination match further increasing throughput.
2021-06-08 15:08:13 +10:00
..
common [common] framebuffer: improve client framebuffer read performance 2021-06-08 15:08:13 +10:00