]> arthur.barton.de Git - bup.git/commit - lib/bup/_helpers.c
_helpers.extract_bits(): rewrite git.extract_bits() in C.
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 27 Aug 2010 03:19:49 +0000 (20:19 -0700)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 27 Aug 2010 03:20:43 +0000 (20:20 -0700)
commit92944c8aac6145e7e0f1f69fa5cd2ebc5357ae94
tree0d568a3167e5ff828a7275c272294a5f8bdac7a7
parent2ef4957125477f7900f3c92fe87a3914148c44ff
_helpers.extract_bits(): rewrite git.extract_bits() in C.

That makes our memtest run just slightly faster: 2.8 seconds instead of 3.0
seconds, which catches us back up with the pre-interpolation-search code.
Thus we should now be able to release this patch without feeling embarrassed
:)

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
lib/bup/_helpers.c
lib/bup/git.py