Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 658 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 658 Bytes

arrow_ring_buffer

A ring buffer designed to integrate well with Apache Arrow.

Design principles

  • Must allow smooth integraton with Apache Arrow.
  • Must perform exceptionally well, both natively or running on the JVM.
  • Must provide support for streaming applications.
  • Must provide support for window functions in the application code.
  • Borrows state of the art ideas and principles from both Rust and Scala ecosystems.

Supported programming languages

Sponsors

Mathminds is the main contributor to arrow_ring_buffer.