sunchao / parquet-rs

Apache Parquet implementation in Rust
Apache License 2.0
149 stars 20 forks source link

Add a basic memory pool & allocator #4

Open sunchao opened 7 years ago

sunchao commented 7 years ago

This is the preliminary work before we can implement reading for Parquet files. We may just follow what Impala & Parquet-cpp does (https://github.com/apache/parquet-cpp/blob/master/src/parquet/util/memory.h), but replace with Rust's semantics.