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

Add chardetng-py to Examples section #1751

Merged
merged 1 commit into from
Aug 30, 2023
Merged

Conversation

john-parton
Copy link
Contributor

@john-parton john-parton commented Aug 29, 2023

chardetng-py is a Python binding for the chardetng character encoding detector.

I'm not the author of the original chardet library, and normally I would say these sorts of bindings are kind of "trivial" and uninteresting, but it's worth noting that two biggest similar libraries in the python ecosystem are:

  • cChardet - CPU optimized and very fast, but only supports x86 and Python 3.8 and earlier (no Pypy, no Python3.9+, and so on)
  • charset-normalizer - pure Python, so very good platform support, but easily 10x slower than cChardet (and chardetng)

So with maturin I was able to build a package that is supported on practically every version of python, every os, every architecture that someone is likely to need it on, and still get the performance bonus of optimized machine code.

Great job everyone. I'm very impressed with this project

chardetng-py is a Python binding for the chardetng character encoding detector.
@netlify
Copy link

netlify bot commented Aug 29, 2023

Deploy Preview for maturin-guide ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 113b975
🔍 Latest deploy log https://app.netlify.com/sites/maturin-guide/deploys/64ee366e3651180008d4f092
😎 Deploy Preview https://deploy-preview-1751--maturin-guide.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@messense messense merged commit f132540 into PyO3:main Aug 30, 2023
7 of 8 checks passed
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.

None yet

2 participants