mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-07-02 10:04:31 +02:00
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.