shaldengeki / monorepo

MIT License
0 stars 0 forks source link

In worker archives, concurrently create different archive types #457

Closed shaldengeki closed 1 week ago

shaldengeki commented 2 weeks ago

Right now the worker creates each archive type back to back. This is slow, requiring multiple passes over the full set of game logs.

Instead, refactor the design of archives so that we do a single pass over the game logs.