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

nodes: add From impls for AstNode. #424

Merged
merged 1 commit into from
Jul 6, 2024
Merged

nodes: add From impls for AstNode. #424

merged 1 commit into from
Jul 6, 2024

Conversation

kivikakk
Copy link
Owner

@kivikakk kivikakk commented Jul 5, 2024

Fixes #350 (cc @yannham).

Copy link
Contributor

github-actions bot commented Jul 5, 2024

Command Mean [ms] Min [ms] Max [ms] Relative
./bench.sh ./comrak-4201c46 319.8 ± 2.4 317.0 324.5 2.90 ± 0.05
./bench.sh ./comrak-main 318.3 ± 1.2 316.0 321.3 2.89 ± 0.04
./bench.sh ./pulldown-cmark 110.3 ± 1.6 108.8 117.1 1.00
./bench.sh ./cmark-gfm 120.0 ± 3.7 117.4 132.3 1.09 ± 0.04
./bench.sh ./markdown-it 482.6 ± 2.5 478.6 487.7 4.38 ± 0.07

Run on Fri Jul 5 16:14:41 UTC 2024

@kivikakk kivikakk merged commit 683af1d into main Jul 6, 2024
40 checks passed
@kivikakk kivikakk deleted the node-from branch July 6, 2024 08:23
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.

Construct an AST programmatically in 0.20
1 participant