Has someone got a clue how to deal with LZMA compression to compress text using Visual Studio and Cuda?
Appreciate
Has someone got a clue how to deal with LZMA compression to compress text using Visual Studio and Cuda?
Appreciate
It does not appear that the CUDA architecture is well suited for binary compression. Most compression algorithms are highly serial in nature and cannot be efficiently parallelized while maintaining compatibility to existing implementations.
Maybe some research could be done on inventing or redesigning compression algorithms to run best on parallel hardware.