Skip to content

Commit

Permalink
README & .gitignore updated
Browse files Browse the repository at this point in the history
  • Loading branch information
clwi committed Mar 28, 2017
1 parent f695725 commit 2394729
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Finder ---------------------------
.DS_Store

# Explicit no GIT
*.noGIT

# Object files
*.o

Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
#CWPack
# CWPack

CWPack is a lightweight and yet complete implementation of the
[MessagePack](http://msgpack.org) serialization format
[version 5](https://github.com/msgpack/msgpack/blob/master/spec.md).

## Fast, Faster, Fastest
## Excellent Performance

CWPack is the fastest open-source messagepack implementation. It is faster then
[MPack](https://github.com/ludocode/mpack)
and both totally outperform
[CMP](https://github.com/camgunz/cmp)
Together with [MPack](https://github.com/ludocode/mpack), CWPack is the fastest open-source messagepack implementation. Both totally outperform
[CMP](https://github.com/camgunz/cmp) and [msgpack-c](https://github.com/msgpack/msgpack-c)

## Design

Expand Down

0 comments on commit 2394729

Please sign in to comment.