soehrl / tracing-tape

An easy-to-use recorder and viewer for high-performance traces
37 stars 0 forks source link

Parallel parsing #9

Open soehrl opened 1 week ago

soehrl commented 1 week ago

Parsing trace files is extremely slow, so chapters should be parsed in parallel to reduce loading times. The parser needs to be modified to parse individual chapters without knowledge of any previous data.