openvariant 0.1.0

A fast, correct implementation of the Open Variant data type
Documentation
1
2
3
4
5
6
7
8
# openvariant

This crate is a **fast**, correct implementation of the Open Variant data type. It also contains experimental extensions for improved search performance and compact serialization.

## Readings

https://github.com/apache/parquet-format/blob/master/VariantEncoding.md<br>
https://github.com/apache/parquet-format/blob/master/VariantShredding.md