blob: 93dd738c9dadef8803b38008a3706ed9d4401237 (
plain) (
blame)
1
2
3
4
5
6
7
|
Apache Arrow is a cross-language development platform for in-memory data. It
specifies a standardized language-independent columnar memory format for flat
and hierarchical data, organized for efficient analytic operations on modern
hardware. It also provides computational libraries and zero-copy streaming
messaging and interprocess communication.
WWW: https://arrow.apache.org/
|