Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1lann authored Jul 2, 2017
1 parent fa6bde6 commit 75d2c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func main() {
- Indexes.
- Compound indexes.
- Multi-indexes (tags).
- Transparent key compression.
- Transparent field name compression (i.e. document field names are mapped to smaller bytes when written to disk).
- All range queries are sorted (ascending by default).
- Uses a [custom version](https://github.com/1lann/msgpack) of [MessagePack](https://github.com/vmihailenco/msgpack) as underlying storage structure.
- Efficient, concurrent range retrievers, filters, and index generation.
Expand Down

0 comments on commit 75d2c06

Please sign in to comment.