borgbackup/borg
Thomas Waldmann bc2f2fc7d2 chunker: release the gil for long-running C sections and I/O
also: add some benchmarking output showing singlethread, multithread and
multithread-with-gil-releasing-chunker performance.

this changeset maybe improves multithreading performance a little, about 3%
(but that might be close to the measurement accuracy).
2015-06-28 13:57:30 +02:00
..
testsuite Merge branch 'master' into multithreading 2015-06-27 22:24:51 +02:00
__init__.py rename package directory to borg 2015-05-22 17:48:54 +02:00
_chunker.c chunker: release the gil for long-running C sections and I/O 2015-06-28 13:57:30 +02:00
_hashindex.c determine and report chunk counts in chunks index 2015-06-19 23:53:23 +02:00
_version.py fix all references to package name 2015-05-22 19:21:41 +02:00
archive.py Merge branch 'master' into multithreading 2015-06-27 22:24:51 +02:00
archiver.py Merge branch 'master' into multithreading 2015-06-27 22:24:51 +02:00
cache.py Merge branch 'master' into multithreading 2015-06-27 22:24:51 +02:00
chunker.pyx misc chunker parameter changes 2015-06-21 01:46:41 +02:00
crypto.pyx rename package directory to borg 2015-05-22 17:48:54 +02:00
fuse.py fix all references to package name 2015-05-22 19:21:41 +02:00
hashindex.pyx determine and report chunk counts in chunks index 2015-06-19 23:53:23 +02:00
helpers.py Merge branch 'master' into multithreading 2015-06-27 22:24:51 +02:00
key.py borg create --compression 0..9 for variable compression 2015-06-25 22:16:23 +02:00
lrucache.py rename package directory to borg 2015-05-22 17:48:54 +02:00
platform.py fix all references to package name 2015-05-22 19:21:41 +02:00
platform_darwin.pyx fix all references to package name 2015-05-22 19:21:41 +02:00
platform_freebsd.pyx fix all references to package name 2015-05-22 19:21:41 +02:00
platform_linux.pyx fix all references to package name 2015-05-22 19:21:41 +02:00
remote.py better Exception msg if there is no Borg installed on the remote repository server 2015-06-18 23:18:05 +02:00
repository.py Merge branch 'master' into loggedio-exceptions 2015-06-27 22:02:26 +02:00
xattr.py rename package directory to borg 2015-05-22 17:48:54 +02:00