Fix performance regressions #24
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Several regressions in performance after switching to CBZ.
Most importantly it takes a heck of a long time to load a comic and to go back to the overview.
Startup time is pretty bad.
I found one important code snippet which causes most of the performance regression:
The reason this is an issue is a combination of the method where this snippet resides is called often, the accesses are not cheap because they have significant indirection. The access is related to how flatbuffers work.