Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arena_tree: panic if iterator invalidation causes trouble. #437

Merged
merged 2 commits into from
Jul 11, 2024

Conversation

kivikakk
Copy link
Owner

Fixes #104.

Copy link
Contributor

Command Mean [ms] Min [ms] Max [ms] Relative
./bench.sh ./comrak-bcd37e6 328.0 ± 8.1 322.2 364.3 2.98 ± 0.08
./bench.sh ./comrak-main 320.7 ± 2.4 317.5 326.5 2.91 ± 0.03
./bench.sh ./pulldown-cmark 110.1 ± 0.7 108.9 112.0 1.00
./bench.sh ./cmark-gfm 118.8 ± 0.5 117.7 119.9 1.08 ± 0.01
./bench.sh ./markdown-it 488.6 ± 8.8 479.2 515.7 4.44 ± 0.08

Run on Thu Jul 11 12:31:16 UTC 2024

@kivikakk kivikakk merged commit bd16259 into main Jul 11, 2024
39 checks passed
@kivikakk kivikakk deleted the iterator-invalidate-panics branch July 11, 2024 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Iterator invalidation: detach() during traverse()
1 participant