Hacker News new | ask | show | jobs
by cdash 1968 days ago
How is this any better than something like flatbuffers though?
2 comments

For one, Arrow is columnar.

The idea of zero-copy serialization is shared between Arrow and FlatBuffers.

This is explained in the FAQS for Arrow, saying they use flatbuffers internally. Arrow supports more complex data types
> saying they use flatbuffers internally

Only for IPC support - Arrow data format does not use flatbuffers.