Closed LCBHSStudent closed 1 month ago
Without modifying the code, is it impossible to directly read a compressed record file by specifying parameter like compress=LZ4?
compress=LZ4
No, currently the cyber_record tool does not support compression. As far as I know, compression is not widely used at present because compression will occupy some CPU resources.
Without modifying the code, is it impossible to directly read a compressed record file by specifying parameter like
compress=LZ4
?