mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 10:52:22 +02:00
c46f3d2227
Since the introduction of compression, it is no longer practival to do a manual memcopy int he ringbuffer write method. In order to save a memory copy, the ringbuffer does not copy the buffer itself, but the compression is done directly to the ringbuffer slot.