forked from google/leveldb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Venilton FalvoJr
committed
Nov 23, 2015
1 parent
77948e7
commit edf2939
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Authors: Sanjay Ghemawat ([email protected]) and Jeff Dean ([email protected]) | |
* Multiple changes can be made in one atomic batch. | ||
* Users can create a transient snapshot to get a consistent view of data. | ||
* Forward and backward iteration is supported over the data. | ||
* Data is automatically compressed using the [Snappy compression library](http://code.google.com/p/snappy). | ||
* Data is automatically compressed using the [Snappy compression library](http://google.github.io/snappy/). | ||
* External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions. | ||
* [Detailed documentation](http://htmlpreview.github.io/?https://github.com/google/leveldb/blob/master/doc/index.html) about how to use the library is included with the source code. | ||
|
||
|