mirror of https://github.com/perkeep/perkeep.git
Perkeep (née Camlistore) is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
a4d187f7ee
On FreeBSD DevAuth was showing up as consuming ~10% of the time when doing big camputs. It disappears with this change. FreeBSD and Mac exec external programs for localhost auth, so I imagine they'll both benefit. On linux, checking the password in memory is (probably) still faster than reading from /proc (which I'm assuming turns into a roundtrip userland->kernel->userland which is nice to avoid). Making the change to UserPass under the assumption the performance improvement would be similar. Untested/unprofiled though. Change-Id: Idb7e888df6e9a36db0be671a44911e018eb7986e |
||
---|---|---|
.hackfests | ||
bin | ||
clients | ||
cmd | ||
config | ||
dev | ||
doc | ||
lib/python | ||
misc | ||
old | ||
pkg | ||
server | ||
third_party | ||
website | ||
.gitignore | ||
.header | ||
AUTHORS | ||
BUILDING | ||
CONTRIBUTORS | ||
COPYING | ||
HACKING | ||
Makefile | ||
README | ||
TESTS | ||
TODO | ||
dev-appengine | ||
dev-camget | ||
dev-cammount | ||
dev-camput | ||
dev-camtool | ||
dev-db | ||
dev-pass-camput | ||
make.go |
README
Camlistore is your personal storage system for life. It's a way to store, sync, share, model and back up content. It stands for "Content-Addressable Multi-Layer Indexed Storage", for lack of a better name. For more, see: http://camlistore.org/ http://camlistore.org/docs/ Other useful files: BUILDING how to compile it ("go run make.go") HACKING how to do development and contribute Mailing lists: http://camlistore.org/lists Bugs and contributing: https://code.google.com/p/camlistore/issues/list http://camlistore.org/docs/contributing