doc.go 487 Bytes
Newer Older
tavit ohanian's avatar
tavit ohanian committed
1 2
package storage

Eric Myhre's avatar
Eric Myhre committed
3
// Storage contains some simple implementations for the
tavit ohanian's avatar
tavit ohanian committed
4
// ld.BlockReadOpener and ld.BlockWriteOpener interfaces,
Eric Myhre's avatar
Eric Myhre committed
5 6 7 8 9 10
// which are typically used by composition in a LinkSystem.
//
// These are provided as simple "batteries included" storage systems.
// They are aimed at being quickly usable to build simple demonstrations.
// For heavy usage (large datasets, with caching, etc) you'll probably
// want to start looking for other libraries which go deeper on this subject.