himanshugoel2797 / faster-rle

Carefully optimized Run Length Encoding library, comparable to turbo-rle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building:

The test program is designed for easy building without needing any build management tools:

gcc test.c -o test -Ofast -march=native

Takes a filename as an argument to benchmark encoding and decoding against.

About

Carefully optimized Run Length Encoding library, comparable to turbo-rle


Languages

Language:C 100.0%