]> git.ipfire.org Git - people/ms/libloc.git/commit
importer: Try to make parsing blocks faster
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 12 Aug 2022 15:38:08 +0000 (15:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 12 Aug 2022 15:38:08 +0000 (15:38 +0000)
commitc5092d41671f285276068316854f1464a2101041
treebeccd750323153b5a2a54ef7f84f5733075c9cbd
parentf35adb4ce77add33769c6d81648ccebf1ed561a6
importer: Try to make parsing blocks faster

This patch changes the order of some operations and drops a few
redundant ones (potentiall).

That should allow us to parse blocked data faster.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/location/importer.py