>>> import markdown, timeit >>> num, dur = timeit.Timer(lambda: markdown.markdown(">" * 100)).autorange(); dur / num 0.004344235559692607 >>> num, dur = timeit.Timer(lambda: markdown.markdown(">" * 200)).autorange(); dur / num 0.016907797248859425 >>> num, dur = timeit.Timer(lambda: markdown.markdown(">" * 300)).autorange(); dur / num 0.05682634799741208 >>> markdown.markdown(">" * 331) … RecursionError: maximum recursion depth exceeded while calling a Python object
Same results in 3.0.1 and master.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4