Skip to content

Duino-JS v1.0

Compare
Choose a tag to compare
@sys-256 sys-256 released this 05 Jun 12:11
· 71 commits to main since this release
7bcd5cf

This is version 1.0 of Duino-JS. In the upcoming releases like v1.1 and v1.2 you will see optimizations and performance improvements.

For v2.0, I will implement Web Workers. With Web Workers, you let processes run on another CPU thread , this will fix the freezing tabs (by letting the miner run on another CPU thread), and make multi-threading possible.

Happy mining!