aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoripkn <ipknhama@gmail.com>2014-11-08 08:53:58 +0900
committeripkn <ipknhama@gmail.com>2014-11-08 08:53:58 +0900
commit3ec459e477848e9eadd1712e9d8877f4bd79ad9c (patch)
treed7bd94a7f718fa27fff074ff27290de721bac1a3 /README.md
parentccc5845c3e52814d28a2baf2cd90c6cd67c58e2c (diff)
downloadcrow-3ec459e477848e9eadd1712e9d8877f4bd79ad9c.tar.gz
crow-3ec459e477848e9eadd1712e9d8877f4bd79ad9c.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1400c0d..16abf3e 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,9 @@ Crow is C++ microframework for web. (inspired by Python Flask)
- Easy routing
- Similiar to Flask
- Type-safe Handlers (see Example)
+ - Very Fast
+ - ![Benchmark Result in one chart](https://docs.google.com/spreadsheets/d/1KidO9XpuwCRZ2p_JRDJj2aep61H8Sh_KDOhApizv4LE/pubchart?oid=2041467789&format=image)
+ - More data on [crow-benchmark](https://github.com/ipkn/crow-benchmark)
- Fast built-in JSON parser (crow::json)
- [Mustache](http://mustache.github.io/) based templating library (crow::mustache)
- Header only