update spacing

This commit is contained in:
phritz
2017-09-06 14:39:02 -10:00
committed by GitHub
parent e7c8b8d86d
commit f6bf81c099

View File

@@ -27,16 +27,13 @@ initial support for a GraphQL-based query language.
Some additional features include:
* Versioning: noms is git-like, so its easy to use, compare, or revert to older database versions
* Efficient diffs: diffing even huge datasets is efficient due to
noms use of a novel BTree-like data structure called a [Prolly
Tree](../intro.md#prolly-trees-probabilistic-b-trees)
* Efficient storage: data are chunked and content-addressable, so
there is exactly one copy of each chunk in the database, shared by
other data that reference it. Small changes to massive data
structures always result in small operations.
* Verifiable: The entire database rolls up to a single 20-byte hash
that uniquely represents the database at that moment - anyone can
verify that a particular database hashes to the same value