pulldown-cmark/benches
Marcus Klaas de Vries a59707720a Optimize smart punct by creating a dedicated ItemBody
Smart punctuation creates lots of synthesized characters which are
not in the source document. Instead of allocating 'cow space' for
these characters, we can create a special itembody for them which
carry the character with them directly. This results in a 20%+
speedup for documents with lots of smart punctuation.
2020-08-30 20:43:52 +02:00
..
html_rendering.rs Optimize smart punct by creating a dedicated ItemBody 2020-08-30 20:43:52 +02:00
lib.rs Move some old scaling tests into the fuzzer regression suite 2019-08-12 22:59:20 +02:00