Closed
Description
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
Labels
No labels