devblog
This commit is contained in:
parent
161af3116d
commit
7fec8b8da0
1 changed files with 14 additions and 0 deletions
14
doc/devblog/day_402__enhanced_smudge_clean_interface.mdwn
Normal file
14
doc/devblog/day_402__enhanced_smudge_clean_interface.mdwn
Normal file
|
@ -0,0 +1,14 @@
|
|||
Continued working on the enhancaed smudge/clean interface in git,
|
||||
incorporating feedback from the git developers.
|
||||
|
||||
In a spare half an hour, I made an `improved-smudge-filters` branch
|
||||
that teaches git-annex smudge to use the new interface.
|
||||
|
||||
Doing a quick benchmark, `git checkout` of a deleted 1 gb file took:
|
||||
|
||||
* 19 seconds before
|
||||
* 11 seconds with the new interface
|
||||
* 0.1 seconds with the new interface and annex.thin set
|
||||
(while also saving 1 gb of disk space!)
|
||||
|
||||
So, this new interface is very much worthwhile.
|
Loading…
Add table
Reference in a new issue