Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shechtman committed Dec 23, 2015
1 parent fc2e457 commit 8d0359b
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,17 @@ The library uses no references except for `System` - it has no external dependen
* Windows Phone Silverlight 8
* Xamarin.Android
* Xamarin.iOS
* .NET Framework 4.5
* .NET 4.5 Portable Class Library (Optimized)
* .NET Framework 4.5
* Windows 8
* Windows Phone 8.1
* Windows Phone Silverlight 8
* Xamarin.Android
* Xamarin.iOS
* .NET Framework 4.5 (Optimized)
* .NET Framework 5.0 Core (also known as ASP.NET vNext Core CLR)

For working with the source code you will need Visual Studio 2013.3 or newer (Community edition is supported)
except for the .NET Core project which requires Visual Studio 2015.
For working with the source code you will need Visual Studio 2015 or newer (Community edition is supported).

## Performance

Expand All @@ -57,7 +63,7 @@ following results:
CommonMarkSharp 0.3.2 30 ms 46%
MarkdownSharp 1.13 55 ms 84% (might not conform to CommonMark specification)
MarkdownDeep 1.5 7 ms 11% (might not conform to CommonMark specification)
MoonShine (sundown) 3 ms 6% (wrapper for a native x86 .dll)
MoonShine (sundown) 3 ms 6% (wrapper for a native x86 .dll)
Baseline 65 ms 100% (used to compare results on different machines)

This benchmark is very simple and tests the processing of the CommonMark specification document itself (a
Expand Down Expand Up @@ -88,4 +94,4 @@ application can correctly handle input from the Perl script.
[3]: https://github.com/Knagis/CommonMarkBenchmark
[extensibility]: https://github.com/Knagis/CommonMark.NET/wiki
[XSS]: http://talk.commonmark.org/t/cross-site-scripting-issue-in-standard-markdown-example-at-try-standardmarkdown-com/55
[nuget]: https://www.nuget.org/packages/CommonMark.NET/
[nuget]: https://www.nuget.org/packages/CommonMark.NET/

0 comments on commit 8d0359b

Please sign in to comment.