lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Em sáb., 5 de dez. de 2020 às 05:47, Jairo A. del Rio <jairoadelrio6@gmail.com> escreveu:
Hi everyone! I was trying to implement the prime sieve by Xuedong Luo in the following article: https://dl.acm.org/doi/10.1145/62065.62072

so I want to know if there's a better/faster way (or a better sieve) to code.
You can try coroutines.
https://www.lua.org/pil/9.1.html

regards,
Ranier Vilela