containerd/content
Stephen J Day f27d43285a
content: cleanup package exports
The package exports are now cleaned up to remove a lot of stuttering in
the API. We also remove direct mapping of refs to the filesystem, opting
for a hash-based approach. This *does* affect insertion performance,
since it requires more individual file ios. A benchmark baseline has
been added and we can fix this later.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-01-23 20:11:35 -08:00
..
content.go content: cleanup package exports 2017-01-23 20:11:35 -08:00
content_test.go content: cleanup package exports 2017-01-23 20:11:35 -08:00
helpers.go content: cleanup package exports 2017-01-23 20:11:35 -08:00
locks.go Correct spelling errors in annotations in locks.go 2017-01-19 12:27:51 +08:00
writer.go content: cleanup package exports 2017-01-23 20:11:35 -08:00