Skip to content

python string wrapper? #218

Closed
Closed
@ExpandingMan

Description

@ExpandingMan

Converting strings from Python is of course really expensive because it involves a lot of copying and not even of contiguous blocks of data. Once you start getting above a few MB of data converting strings starts to look like a really bad option. The Py objects can do a lot, but they are not AbstractString so they don't really look like strings on the Julia end until you convert them.

Any interest in creating some kind of PyStr wrapper that provides an AbstractString interface for Py's?

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