推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
lepture
V2EX  ›  Python

再次提醒,不要使用 markdown2

  •  
  •   lepture ·
    lepture · May 8, 2017 · 5511 views
    This topic created in 3300 days ago, the information mentioned may be changed or developed.

    今天又做了一次 markdown parser 的 benchmark,发现 markdown2 更慢了。原先是循环 1000 次的,发现等了很久都没有跑完,于是改成 loop 100 次了:

    Parsing the Markdown Syntax document 100 times...
    mistune: 0.844159
    misaka: 0.042687
    markdown2: 20.962605
    markdown: 3.57699099999
    

    最开始写 mistune 时的 benchmark: https://github.com/lepture/mistune/issues/1

    当时写的文章: https://lepture.com/en/2014/markdown-parsers-in-python

    10 replies    2017-06-05 21:34:39 +08:00
    Haiwx
        1
    Haiwx  
       May 9, 2017
    不懂你们用 Markdown 编辑器的,纯手打。
    laike9m
        2
    laike9m  
       May 9, 2017
    表示一直在用……
    PythonAnswer
        3
    PythonAnswer  
       May 9, 2017 via Android
    喜欢纯 py 的实现
    gesse
        4
    gesse  
       May 9, 2017   ❤️ 1
    标题应该改为:

    本人测试 markdown2 效率不高,建议高效率需求时不要用
    araraloren
        5
    araraloren  
       May 9, 2017
    早就已经转到 asciidoc 阵营了
    markdown 的表达能力以及兼容性不是很好,
    写起来各种第三方扩展语法。。。
    Akkuman
        6
    Akkuman  
       May 9, 2017 via Android
    asciidoc 感觉更麻烦额
    lepture
        7
    lepture  
    OP
       May 9, 2017
    @gesse 不,markdown2 不仅是速度慢,而且实现上各种问题。而它的说明居然带有 fast,给人一种比 markdown (1) 快的感觉。
    lepture
        8
    lepture  
    OP
       May 9, 2017
    @gesse 怎么说呢,这个 markdown2 的库真的是一无是处,看着有这么多人在用,心疼大家。可能很多人都认为 2 一定比 1 好,但其实完全不是这样。
    wentian
        9
    wentian  
       May 24, 2017
    lepture
        10
    lepture  
    OP
       Jun 5, 2017
    @wentian 文中有提到:

    > 最开始写 mistune 时的 benchmark
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3073 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 68ms · UTC 13:45 · PVG 21:45 · LAX 06:45 · JFK 09:45
    ♥ Do have faith in what you're doing.