omerbenamram / evtx

A Fast (and safe) parser for the Windows XML Event Log (EVTX) format
Apache License 2.0
677 stars 64 forks source link

Feature/string cache improvements #75

Closed omerbenamram closed 4 years ago

omerbenamram commented 4 years ago

Apparently utilizing cached string yield only a modest performance increast (<5%). It does make some flow significatly simpler as all seeks are eliminated while reading the binxml data.