Skip to content

loxxous/Jampack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jampack

Experimental multi-threaded Burrows-Wheeler compression algorithm. Decoding is parallel on a single compressed block which reduces memory usage to just 6N regardless of the number of threads.

It features the first Cuda accelerated Burrows Wheeler inversion algorithm utilizing up to 120 parallel decode units on a single block.