JuliaIO / TranscodingStreams.jl

Simple, consistent interfaces for any codec.
https://juliaio.github.io/TranscodingStreams.jl/
Other
86 stars 28 forks source link

`ByteData` may not be densely stored in memory #211

Closed nhz2 closed 4 months ago

nhz2 commented 6 months ago

https://github.com/JuliaIO/TranscodingStreams.jl/blob/8fdabeda88199cd4298d9cba597e006b1af7655a/src/TranscodingStreams.jl#L8

This may cause issues as CodeUnits may not be stored densely in memory.

Ref: https://github.com/JuliaLang/julia/pull/54002