Skip to content

Commit

Permalink
Update benchmarking results and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dikmax committed Jan 26, 2017
1 parent 6f4fdbb commit afefd32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Performance
As there are not many Markdown parsers written in Dart out there,
parsing speed is compared with markdown package. [Progit][] was used as
a source of markdown files in different languages. ***mdown*** appears
to be **3.21** times faster in **VM**, **12** times faster
in **Chrome**, **2.35** times faster in **Safari** and **3.74** times
to be **3** times faster in **VM**, **11** times faster
in **Chrome**, **2.2** times faster in **Safari** and **3.7** times
faster in **Firefox**.

[Run benchmarks yourself or see details.](https://github.com/dikmax/mdown-benchmark)

***mdown*** make extensive use of `String.codeUnitAt` instead
of `RegExp`. So you can see noticeable gain for non-latin languages
(up to ×40 in Chrome for Japan language).
(up to ×38 in Chrome for Japan language).

Extensions
==========
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mdown
version: 0.12.0-dev
version: 0.12.0
description: Fast CommonMark-compliant markdown parser
author: Maxim Dikun <[email protected]>
homepage: https://github.com/dikmax/mdown
Expand Down

0 comments on commit afefd32

Please sign in to comment.