Zero-copy deserialization in Julia
scattered-thoughts.net
Zero-copy deserialization in Julia
1–10 of 34 posts
Re: Zero-copy deserialization in Julia
#2Re: Zero-copy deserialization in Julia
#3Re: Zero-copy deserialization in Julia
#4Re: Zero-copy deserialization in Julia
#5* https://github.com/ExpandingMan/Arrow.jl
* https://arrow.apache.org/blog/2017/08/08/plasma-in-memory-ob...
Re: Zero-copy deserialization in Julia
#6Curious if making the Julia reader for Apache Arrow support Plasma may be more future friendly: * https://github.com/ExpandingMan/Arrow.jl * https://arrow.apache.org/blog/2017/08/08/plasma-in-memory-ob...
Blobs is less a data-format and more a replacement for C's ability to cast arbitrary memory locations to structs.
Re: Zero-copy deserialization in Julia
#7That is pretty amazing! I wonder how would it look like if it was written in C. Anyone has some links to "Blobs" implementations in C?
Re: Zero-copy deserialization in Julia
#8Cool! Could this be used to make on-disk DataFrames that store arbitrary Julia types? Serializing/deserializing such dataframes with JLD has given me lots of trouble (both too slow and also sometimes the files get corrupted in ways that can't be debugged.)
Re: Zero-copy deserialization in Julia
#9That is pretty amazing! I wonder how would it look like if it was written in C. Anyone has some links to "Blobs" implementations in C?