From d6eb029dc45b553f87b0005b1510cb25264e5617 Mon Sep 17 00:00:00 2001 From: brendt Date: Wed, 3 Jun 2026 14:49:39 +0200 Subject: [PATCH] wip --- docs/3-packages/04-markdown.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/3-packages/04-markdown.md b/docs/3-packages/04-markdown.md index d91cdecd0..cd432e728 100644 --- a/docs/3-packages/04-markdown.md +++ b/docs/3-packages/04-markdown.md @@ -126,7 +126,7 @@ Add tables like you're used to with other Markdown parsers. ``` | Package | Memory | Time to parse | |------------------------|----------|---------------| -| tempest/markdown | 6.826mb | 13.273ms | +| tempest/markdown | 6.664mb | 10.906ms | | league/commonmark | 21.114mb | 56.993ms | | michelf/php-markdown | 7.343mb | 23.215ms | | erusev/parsedown-extra | 8.485mb | 15.163ms | @@ -145,8 +145,8 @@ Add tables like you're used to with other Markdown parsers. tempest/markdown - 6.826mb - 13.273ms + 6.664mb + 10.906ms @@ -312,7 +312,7 @@ Benchmarks are included in this repo and can be run with `composer bench` after | Package | Memory | Time to parse | |------------------------|----------|---------------| -| tempest/markdown | 6.826mb | 13.273ms | +| tempest/markdown | 6.664mb | 10.906ms | | league/commonmark | 21.114mb | 56.993ms | | michelf/php-markdown | 7.343mb | 23.215ms | | erusev/parsedown-extra | 8.485mb | 15.163ms |