]> Sergey Matveev's repositories - public-inbox.git/commit
viewvcs: load blobs asynchronously
authorEric Wong <e@80x24.org>
Mon, 26 Sep 2022 10:17:14 +0000 (10:17 +0000)
committerEric Wong <e@80x24.org>
Mon, 26 Sep 2022 19:22:04 +0000 (19:22 +0000)
commit4be57c1329b13dbeb8097dd49b5e43fbc9ec9754
treedc8212e6b7d39f39a80e75e5cec09c3d82620f76
parent1c0ec857d041dc287919917676bb6678301085d6
viewvcs: load blobs asynchronously

This actually leads to a nice 3-5% speedup under parallel loads
when using git(1) w/o SHA-1 collision detection enabled.  Gcf2
is slower since libgit2 has SHA-1 collision detection enabled
on my system.

Since we're in the area, improve location of comments w.r.t.
cgit CSS class names and note the reliance on scratchpad for
performance in a tight loop.
lib/PublicInbox/ViewVCS.pm