diff --git a/README.md b/README.md index c13b414..ae4f6b7 100644 --- a/README.md +++ b/README.md @@ -71,3 +71,10 @@ The result vary depending on the number of bits used to encode integers. - 32bits: between 3.5 and 9.3 GB/s - 64bits: between 12.3 and 23.8 GB/s + +## TODO + +- [ ] Support float32/64 (using something similar to Gorilla compression) +- [ ] Force creation of blocks at fixed boundaries to enable arbitrary position decoding and reversed iteration +- [ ] Implement Block iterators with low memory usage +- [ ] Add Binary search for sorted arrays