]> arthur.barton.de Git - bup.git/commit
Use t# instead of et# for hashsplit parameter type.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 30 Dec 2009 08:28:36 +0000 (03:28 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 30 Dec 2009 08:28:36 +0000 (03:28 -0500)
commit7d0cfa0c80f061c94c791f71aabef1cb2341988e
tree80a849ba87c0d26d0e85b543d00a58389a44f347
parent505718dd86c43e6bb14bd792139e9bdeab6e1e04
Use t# instead of et# for hashsplit parameter type.

This lets us work with any kind of buffer object, which means there's no
unnecessary data copying when coming into our module.  Causes a bit of
speedup.

Also refactored the checksum code for easier experimentation.
Makefile
hashsplitmodule.c