You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to pop in to let you know that I packaged up some very simple Python bindings for Comrak (Python package + repo), and saw benchmarks of 15-60x faster than the other Python packages for this task when tested with hyperfine (details in repo). It re-uses the Rust library under the hood via PyO3 in the standard way as a cdylib, so Python users can now get Comrak’s speed and CommonMark/GFM features. I thought you might like to know 😁 Do feel free to mention it in your README as a related or downstream project if you wish to signpost to others but no need at all, and thanks for all your work on Comrak, this has been really fun to piece together. I have some initial test coverage here and all seems working as planned. I think if anything I am more likely to do docs as a priority.
All the best :-)
Louis
The text was updated successfully, but these errors were encountered:
Hi there!
I wanted to pop in to let you know that I packaged up some very simple Python bindings for Comrak (Python package + repo), and saw benchmarks of 15-60x faster than the other Python packages for this task when tested with hyperfine (details in repo). It re-uses the Rust library under the hood via PyO3 in the standard way as a cdylib, so Python users can now get Comrak’s speed and CommonMark/GFM features. I thought you might like to know 😁 Do feel free to mention it in your README as a related or downstream project if you wish to signpost to others but no need at all, and thanks for all your work on Comrak, this has been really fun to piece together. I have some initial test coverage here and all seems working as planned. I think if anything I am more likely to do docs as a priority.
All the best :-)
Louis
The text was updated successfully, but these errors were encountered: