Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-26 | liblzma: Set LZMA_MEMCMPLEN_EXTRA depending on the compare method. | Lasse Collin | 1 | -5/+10 | |
2014-07-25 | liblzma: Add lzma_memcmplen() for fast memory comparison. | Lasse Collin | 1 | -0/+170 | |
This commit just adds the function. Its uses will be in separate commits. This hasn't been tested much yet and it's perhaps a bit early to commit it but if there are bugs they should get found quite quickly. Thanks to Jun I Jin from Intel for help and for pointing out that string comparison needs to be optimized in liblzma. |