Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanh committed Mar 15, 2023
1 parent 4e076f1 commit f976405
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f976405

Please sign in to comment.