Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 643 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 643 Bytes

Rust Plasma

This repository contains Rust crates for working with Arrow Plasma, an in-memory object store which enables efficient memory sharing across processes on the same machine.

Repository structure

This repository is organized into crates like so:

Crate Description
plasma-store Rust bindings to C++ implementation of Arrow Plasma object store.
plasma-stream High-performance transport of datasets between Plasma stores on different machines.

License

This project is MIT licensed.