From b2fc4f872cf884cb4d7f38bc0381a857d37e6551 Mon Sep 17 00:00:00 2001 From: Erez Shinan Date: Sat, 11 Feb 2017 20:01:08 +0200 Subject: [PATCH] oops --- docs/json_tutorial.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/json_tutorial.md b/docs/json_tutorial.md index be475ba..0ee104a 100644 --- a/docs/json_tutorial.md +++ b/docs/json_tutorial.md @@ -407,7 +407,6 @@ I measured memory consumption using a little script called [memusg](https://gist | Lark - Earley | 36s | 4.3s | 6.2M | 1.2M | | Lark - LALR(1) | 7s | 1.3s | 0.6M | 0.3M | | Lark - LALR(1) tree-less | 4.2s | 1.1s | 0.4M | 0.3M | -|:-----|:-------------|:------------|:----------|:--------- | PyParsing ([Parser](http://pyparsing.wikispaces.com/file/view/jsonParser.py)) | 32s | 4.1s | 0.4M | 0.2M | | funcparserlib ([Parser](https://github.com/vlasovskikh/funcparserlib/blob/master/funcparserlib/tests/json.py)) | 11s | 1.9s | 0.5M | 0.3M | | Parsimonious ([Parser](https://gist.githubusercontent.com/reclosedev/5222560/raw/5e97cf7eb62c3a3671885ec170577285e891f7d5/parsimonious_json.py)) | ? | 7s | ? | 1.4M |