mirror of https://github.com/lark-parser/lark.git
Another little update to the README benchmarks
This commit is contained in:
parent
7a5ff49d09
commit
a7f99dd8c6
|
@ -155,9 +155,9 @@ These features may be implemented some day:
|
|||
| Code | CPython Time | PyPy Time | CPython Mem | PyPy Mem
|
||||
|:-----|:-------------|:------------|:----------|:---------
|
||||
| **Lark - LALR(1)** | 4.7s | 1.2s | 70M | 134M |
|
||||
| PyParsing | 32s | 4.1s | 443M | 225M |
|
||||
| funcparserlib | 11s | 1.9s | 483M | 293M |
|
||||
| Parsimonious | | 7s | | 1545M |
|
||||
| PyParsing | 32s | 3.5s | 443M | 225M |
|
||||
| funcparserlib | 8.5s | 1.3s | 483M | 293M |
|
||||
| Parsimonious | | 5.7s | | 1545M |
|
||||
|
||||
Check out the [JSON tutorial](/docs/json_tutorial.md#conclusion) for more details on how the comparison was made.
|
||||
|
||||
|
|
Loading…
Reference in New Issue