]> git.sesse.net Git - plocate/commit
Compress filename blocks as we read them.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Mon, 28 Sep 2020 16:57:21 +0000 (18:57 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Mon, 28 Sep 2020 16:57:21 +0000 (18:57 +0200)
commit77c9d471b2f3f73fd640520360ccd9bca8cc0984
tree7f331291bf0563e748d5de06f33de13ebba75bf8
parent2a384dd69942e36f491ada0add6e2c5225b14a32
Compress filename blocks as we read them.

This saves ~70% RAM in plocate-build, as we don't have to keep
all the uncompressed filenames at the same time.
plocate-build.cpp