lotus/lib/rlepluslazy
Jakub Sztandera e5b3c4757d
More iterative algorithms
- Add RunIterator and decoder from RLE
 - Add BitIterator and BitsFromRuns
 - Add BitsFromSlice
 - Add RunsFromBits

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-12-07 15:48:19 +01:00
..
internal Add lazy RLE+ decoding 2019-12-07 15:48:19 +01:00
bits_test.go More iterative algorithms 2019-12-07 15:48:19 +01:00
bits.go More iterative algorithms 2019-12-07 15:48:19 +01:00
interface.go More iterative algorithms 2019-12-07 15:48:19 +01:00
rleplus_golden_test.go More iterative algorithms 2019-12-07 15:48:19 +01:00
rleplus_test.go More iterative algorithms 2019-12-07 15:48:19 +01:00
rleplus.go More iterative algorithms 2019-12-07 15:48:19 +01:00