{"library":"cdifflib","type":"library","category":null,"description":"cdifflib is a Python library that provides a C implementation of parts of Python's standard `difflib` module, specifically focusing on `SequenceMatcher`. It creates a `CSequenceMatcher` type which inherits most functions from `difflib.SequenceMatcher`, offering up to 4x speed improvement when diffing large streams. The current version is 1.2.9, with irregular but ongoing maintenance releases to support newer Python versions and address issues.","language":"python","status":"active","version":"1.2.9","tags":["difflib","performance","c-extension","sequence-matching","diff"],"last_verified":"Mon May 25","install":[{"cmd":"pip install cdifflib","imports":["from cdifflib import CSequenceMatcher","import difflib\nfrom cdifflib import CSequenceMatcher\ndifflib.SequenceMatcher = CSequenceMatcher"]}],"homepage":null,"github":"https://github.com/mduggan/cdifflib","docs":null,"changelog":null,"pypi":"https://pypi.org/project/cdifflib/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/cdifflib/compatibility"}}