git-annex/stack.yaml
Joey Hess 067aabdd48
wip RawFilePath 2x git-annex find speedup
Finally builds (oh the agoncy of making it build), but still very
unmergable, only Command.Find is included and lots of stuff is badly
hacked to make it compile.

Benchmarking vs master, this git-annex find is significantly faster!
Specifically:

	num files	old	new	speedup
	48500		4.77	3.73	28%
	12500		1.36	1.02	66%
	20		0.075	0.074	0% (so startup time is unchanged)

That's without really finishing the optimization. Things still to do:

* Eliminate all the fromRawFilePath, toRawFilePath, encodeBS,
  decodeBS conversions.
* Use versions of IO actions like getFileStatus that take a RawFilePath.
* Eliminate some Data.ByteString.Lazy.toStrict, which is a slow copy.
* Use ByteString for parsing git config to speed up startup.

It's likely several of those will speed up git-annex find further.
And other commands will certianly benefit even more.
2019-11-26 16:01:58 -04:00

29 lines
500 B
YAML

flags:
git-annex:
production: true
assistant: false
pairing: true
s3: true
webdav: false
torrentparser: true
webapp: false
magicmime: false
dbus: false
debuglocks: false
benchmark: false
networkbsd: false
packages:
- '.'
extra-deps:
- IfElse-0.85
- aws-0.21.1
- bloomfilter-2.0.1.0
- tasty-1.1.0.4
- tasty-rerun-1.1.13
- torrent-10000.1.1
- sandi-0.5
- http-client-0.5.14
- silently-1.2.5.1
explicit-setup-deps:
git-annex: true
resolver: lts-13.29