GithubHelp home page GithubHelp logo

Comments (2)

cebe avatar cebe commented on May 16, 2024

Played around a bit with xhprof and refactored parseInline() to use strpbrk() instead of foreaching through all markers with strpos(). Improvement makes it about 20% faster on the original markdown spec document.

38852df
bc36caf

from markdown.

cebe avatar cebe commented on May 16, 2024
$ bin/markbench benchmark
Runtime: PHP5.5.1-2
Host:    Linux cebe-laptop 3.2.0-4-amd64 #1 SMP Debian 3.2.32-1 x86_64
Profile: Basic markdown content with all official syntax / 1000 times
Class:   Markbench\Profile\DefaultProfile

+----------------------+------------+---------+---------------+---------+--------------+
| package              | version    | dialect | duration (MS) | MEM (B) | PEAK MEM (B) |
+----------------------+------------+---------+---------------+---------+--------------+
| cebe/markdown        | 1.0.x-dev  | gfm     | 3215          | 7864320 | 7864320      |
| cebe/markdown        | 1.0.x-dev  |         | 3251          | 7864320 | 7864320      |
| erusev/parsedown     | dev-master |         | 3860          | 7864320 | 7864320      |
| michelf/php-markdown | 1.4.x-dev  |         | 8176          | 8388608 | 8388608      |
| michelf/php-markdown | 1.4.x-dev  | extra   | 11125         | 8126464 | 8126464      |
| kzykhys/ciconia      | 1.0.x-dev  |         | 17013         | 8912896 | 9175040      |
| kzykhys/ciconia      | 1.0.x-dev  | gfm     | 19690         | 9175040 | 9437184      |
+----------------------+------------+---------+---------------+---------+--------------+

from markdown.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.