aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAntony Woods <acron1@gmail.com>2014-12-10 17:29:31 +0000
committerAntony Woods <acron1@gmail.com>2014-12-10 17:29:31 +0000
commitc2f75a7de1eaa9a0e1a5a97b5fc1ee60c8c3a642 (patch)
treefed6ff698f211cca192e68d954c577cac9134a97 /README.md
parent693aac108de4dc62811b9a2737d895ada474cfb2 (diff)
parent21b027774e4c472d27d8726774aad1aaed95ea42 (diff)
downloadcrow-c2f75a7de1eaa9a0e1a5a97b5fc1ee60c8c3a642.tar.gz
crow-c2f75a7de1eaa9a0e1a5a97b5fc1ee60c8c3a642.zip
Merged upstream
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