]> git.sesse.net Git - plocate/commit
Loosen up serialization to be about printing only.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Thu, 1 Oct 2020 08:16:31 +0000 (10:16 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Thu, 1 Oct 2020 08:16:31 +0000 (10:16 +0200)
commit6f7838012a445183eeaba4dde44d4b2b1617aa6b
tree96a5bbb80ac6d2bda164831d64dff10fb214ec0d
parentf97dd0d6de53b93e58d8f2e10a208316b5e9f170
Loosen up serialization to be about printing only.

This allows us to decompress, match and check access() for docids
that arrive out-of-order, instead of serializing their processing.
Especially the access() checking is good to have overlapping other
I/O if possible, even though it's synchronous.

If we ever get async access(), we'll need to rework Serializer
again, probably.
plocate.cpp