]> arthur.barton.de Git - bup.git/commit
Rename _hashsplit.so to _faster.so, and move bupsplit into its own source file.
authorAvery Pennarun <apenwarr@gmail.com>
Sat, 31 Jul 2010 00:23:08 +0000 (20:23 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Sat, 31 Jul 2010 00:31:29 +0000 (20:31 -0400)
commitd254bde8d204a02fb3f675dad7051fb2e5d58381
treeae02ad9f8d7bbe8572edfe66af9b54abb0ed7c41
parentb35fd94fe8d00329d39261366ed91f090e4221c1
Rename _hashsplit.so to _faster.so, and move bupsplit into its own source file.

A lot of stuff in _hashsplit.c wasn't actually about hashsplitting; it was
just a catch-all for all our C accelerator functions.  Now the module name
reflects that.

Also move the bupsplit functions into their own non-python-dependent C
source file so they can be used as part of other projects.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
DESIGN
Makefile
cmd/margin-cmd.py
cmd/random-cmd.py
lib/bup/_faster.c [new file with mode: 0644]
lib/bup/_hashsplit.c [deleted file]
lib/bup/bupsplit.c [new file with mode: 0644]
lib/bup/bupsplit.h [new file with mode: 0644]
lib/bup/csetup.py
lib/bup/hashsplit.py
lib/bup/t/thashsplit.py