Skip to content

RLE encode/decode

Compare
Choose a tag to compare
@simedw simedw released this 13 Jan 15:04
· 49 commits to master since this release
fb16d70

Introduces rle_encode and rle_decode.
Useful for when interacting with the coco format.

Roughly 15 times faster than solutions written in pure python.