Parallel-LZ77 icon indicating copy to clipboard operation
Parallel-LZ77 copied to clipboard

an new parallel algorithm for LZ77 compression based on suffix array

Results 1 Parallel-LZ77 issues
Sort by recently updated
recently updated
newest added

When I run the plz77_1.exe to compress the data of chr22.dna, the program runs a error: terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc I debug the code...