342aa82505 | ||
---|---|---|
.. | ||
README.md | ||
db.go | ||
freelist.go | ||
freelist_test.go | ||
page.go | ||
page_test.go | ||
pages_amd64.go | ||
pages_linux.go | ||
pages_unix.go | ||
pagessync_unix.go | ||
tx.go |
README.md
pages
Pages stores pages of blob data. It is essentially a minimal version of BoltDB, where the the B+ tree was removed and replaced by simply writing page-aligned byte slices.