Skip to content

Splitting value/python away from jiter's parser/decoders/iterators? #139

@fasterthanlime

Description

@fasterthanlime

Would you consider splitting those into separate crates?

I'm asking because my crate now has its own Value type (it's not specifically tied to Python, it doesn't Arc all the things for example, it doesn't depend on ahash directly, etc.) and so it only uses the iterator API.

It would be neat to be able to share the parser/iterator between jiter & merde, so that if one adds x86_64 SIMD for example, the other would get it too, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions