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
{{ message }}
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
Currently, the python3.8.0b4 (https://github.com/python/cpython/releases/tag/v3.8.0b4) has reducer_override support in struct PicklerObject, which makes inheriting from cpython Pickler feasible. It could also help #8. I think it is important because there is about 20x performance gap between the cpython version and the pure python version.
Currently, the python3.8.0b4 (https://github.com/python/cpython/releases/tag/v3.8.0b4) has
reducer_overridesupport in structPicklerObject, which makes inheriting from cpythonPicklerfeasible. It could also help #8. I think it is important because there is about 20x performance gap between the cpython version and the pure python version.