Skip to content

Embracing Cython 3.0 pure python mode to speed-up the library #283

@msaelices

Description

@msaelices

Recently, Cython released the 3.0 version with a Pure Python mode, and I think it would be a game changer in this library, as most of the code is just Python logic using basic types.

Having all the parsing and validation logic running at C speed would be awesome.

The only downside is the library would need to drop support for Python 2, but: is this really a piece of bad news?

I could help with the optimization.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions