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

fix: remove cchardet as a dependency #155

Merged
merged 1 commit into from
Apr 20, 2023
Merged

fix: remove cchardet as a dependency #155

merged 1 commit into from
Apr 20, 2023

Conversation

rockstar
Copy link
Contributor

cchardet hasn't had a commit in almost two years (8 days shy as of this commit). This issue is a six month old bug showing that cchardet doesn't support python 3.11, which is the most recent python.

cchardet is fast, certainly, though the usage here is not as performance sensitive as would warrant its use over chardet, e.g. a difference of 800ms is probably not something that is worth keeping problematic dependencies around.

`cchardet` hasn't had a commit in almost two years (8 days shy as
of this commit). [This issue](PyYoshi/cChardet#81)
is a six month old bug showing that `cchardet` doesn't support
python 3.11, which is the most recent python.

`cchardet` is fast, certainly, though the usage here is not as
performance sensitive as would warrant its use over `chardet`,
e.g. a difference of 800ms is probably not something that is worth
keeping problematic dependencies around.
@rockstar rockstar force-pushed the fix/no-more-cchardet branch from 0b142e2 to 3fc53cc Compare April 20, 2023 19:54
@rockstar rockstar merged commit 60f3468 into main Apr 20, 2023
@rockstar rockstar deleted the fix/no-more-cchardet branch April 20, 2023 20:11
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.

2 participants