-
Notifications
You must be signed in to change notification settings - Fork 265
Open
Labels
Milestone
Description
I only recently discovered that there's a substantially faster version of chardet
, cChardet
, that's just a Cython wrapper around uchardet-enhanced
.
According to their benchmarks it's about 2800 times faster, so if we're only doing the same things they are, maybe we should recommend people who are using CPython use that.
hetykai, BLKSerene and lstolcman