Apache Arrow - AshokBhat/notes GitHub Wiki

About

Format

  • Arrow defines language-independent columnar memory format, organized for efficient analytic operations on modern hardware like CPUs and GPUs.

Libraries

  • Arrow's libraries implement the format and provide building blocks for a range of use cases, including high-performance analytics.
  • Libraries are available for C, C++, C#, Go, Java, JavaScript, Julia, MATLAB, Python, R, Ruby, and Rust.

See also