chrisvwx / LLLplus.jl

Lattice reduction and other lattice tools in Julia
MIT License
48 stars 9 forks source link

Update Nemo url #18

Closed thofma closed 5 years ago

thofma commented 5 years ago

By the way, how does your algorithm compare runtime-wise to flint or fplll?

chrisvwx commented 5 years ago

Thanks for fixing the URL. In a quick test on the same 500x500 integer matrix, LLLplus is about .21 sec, while Nemo is about 2.5 sec. I confess I didn't do extensive tests and could be wrong.

I guess fplll will be faster than LLLplus, but I haven't done tests yet.

thofma commented 5 years ago

Thanks.