]> arthur.barton.de Git - bup.git/commit
hashsplit.py: less excessive logging, more suitable for speed tests.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 30 Dec 2009 06:06:16 +0000 (01:06 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 30 Dec 2009 06:06:16 +0000 (01:06 -0500)
commitbf3e85444def66975da45489714ed75ff1aee609
tree4beb6652d9ec4eeee73420177a9d6040709dee40
parent05481d07cceeee8206ea152c5daa6c445428f8a6
hashsplit.py: less excessive logging, more suitable for speed tests.

Result of speed tests: it's slow.  Almost entirely because of how slow
splitbuf() is in python (which is no surprise at all).
hashsplit.py