mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 07:20:07 +00:00
![]() In response to issue #60 (git_index_write really slow), the write_index function has been rewritten to improve its performance -- it should now be in par with the performance of git.git. On top of that, if Posix Threads are available when compiling libgit2, a new threaded writing system will be used (3 separate threads take care of solving byte-endianness, hashing the contents of the index and writing to disk, respectively). For very long Index files, this method is up to 3x times faster than git.git. Signed-off-by: Vicent Marti <tanoku@gmail.com> |
||
---|---|---|
.. | ||
resources | ||
.gitignore | ||
NAMING | ||
t00-core.c | ||
t01-data.h | ||
t01-rawobj.c | ||
t02-data.h | ||
t02-objread.c | ||
t02-oids.h | ||
t03-objwrite.c | ||
t04-commit.c | ||
t05-revwalk.c | ||
t06-index.c | ||
t07-hashtable.c | ||
t08-tag.c | ||
t09-tree.c | ||
t10-refs.c | ||
t11-sqlite.c | ||
t12-repo.c | ||
test_helpers.c | ||
test_helpers.h | ||
test_lib.c | ||
test_lib.h | ||
test_main.c | ||
tests.supp |