The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: 0x401000 on December 08, 2009, 05:43:14 PM

Title: L.Z.M.A.ll
Post by: 0x401000 on December 08, 2009, 05:43:14 PM
 Someone saw LZMA2 performed in assembly language? Thanks !

PS
Someone can translate C + + to assembler, thanks!
https://svn.r-project.org/R/trunk/src/extra/xz/lzma/
Title: Re: LZMA2
Post by: hutch-- on December 09, 2009, 02:28:34 AM
Dump Igor Pavlov's algo into a C compiler and get the assembler output.

Ther is probably no good reason not to build these files in a C compiler and link them into your MASM application. It is not the type of code easily hand ported and there may be no performance gain trying to do it that way.