Compression: Improve async compression performance

This commit is contained in:
Eladash 2023-12-29 18:17:13 +02:00 committed by Elad Ashkenazi
parent 6214d0c9a5
commit b00fe1d12f
2 changed files with 38 additions and 9 deletions

View file

@ -91,6 +91,7 @@ private:
usz m_stream_data_index = 0;
usz m_file_read_index = 0;
atomic_t<usz> m_pending_bytes = 0;
atomic_t<bool> m_pending_signal = false;
bool m_write_inited = false;
bool m_read_inited = false;
bool m_errored = false;