brute-lee icon indicating copy to clipboard operation
brute-lee copied to clipboard

Use https://github.com/shinh/elvm to transpile LZMA

Open rdancer opened this issue 7 months ago • 0 comments

Problem

LZMA is not ported to all the languages we support (which is all the languages on LeetCode).

Solution

Pick one implementation of the algorithm and transpile it using ELVM.

Considerations

  • more mainstream languages can be transpiled using LLVM
  • between them, do LLVM and ELVM support all the LeetCode languages?
  • will the transpiled code need to be optimised?

rdancer avatar Jul 04 '24 21:07 rdancer