daohu527 / cyber_record

cyber_record offline parse tool
Apache License 2.0
52 stars 19 forks source link

Is the `Compress` parameter of `Record` only effective in 'w' mode? #72

Closed LCBHSStudent closed 1 month ago

LCBHSStudent commented 1 month ago

Without modifying the code, is it impossible to directly read a compressed record file by specifying parameter like compress=LZ4?

daohu527 commented 1 month ago

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.