mirror of https://github.com/perkeep/perkeep.git
17e3799cda
This improves the performance of Promise construction, which improves the performance of dropping large numbers of files onto the UI at once. There is still more we could do to improve dropping large numbers of files (probably we should implement a work queue and not try to start uploading them all in parallel), but this is a quick solution and probably helps other parts of the code as well. Change-Id: I398ba8d6776b38b1a61a22598099c52dc2130469 |
||
---|---|---|
.. | ||
ui | ||
.gitignore | ||
README | ||
camlistored.go | ||
option_sqlite.go | ||
run_test.go | ||
setup.go |
README
This is the main Camlistore server. See also: - The storage interface is in <root>/pkg/blobserver - The storage implementations are under that e.g. <root>/pkg/blobserver/localdisk - The HTTP handlers are implemented in <root>/pkg/blobserver/handlers - The UI code is in <root>/server/camlistored/ui