Skip to content

hegdi/apv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an implementation of the APV2 compression format as described by @yupferris in his blog post.

The source code is intended to be a easy to use framework to test compression formats. It strives for the highest compression the format can achieve, without memory or computation constrains. Thus it is slow and needs allot of memory.

The APV2 sample compression generates smaller files than the usual memory/computation constraint compressors like Exomizer or intro compressors like Shrinkler or admiral-p4kbar ( which is the reference implementation of APV2 ) although ignoring things like integrity or any sanity checks. Only lacks against small size context mixing compressors like Crinkler.

Not intended to be used in real world scenarios or to replace any of the above mentioned compression tools. You have been warned.

Thanks to @yupferris for the nice format. Thanks to @emmanuel-marty for his work, as this is basically a simplified version of his parser and of course @IlyaGrebnov for all about suffix array construction.

build

> cmake -B build
> make -C build

usage

> ./apv2 <filename>

About

compression for small systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published