JJ / nodeo

Simple evolutionary algorithm in JavaScript in CommonJS format, for node.js and anything else.
GNU General Public License v3.0
22 stars 6 forks source link

Create deno version for speed #62

Open JJ opened 11 months ago

JJ commented 11 months ago

Deno is fastest, but source is not compatible, mainly in how modules are imported. New source would have to be created, possibly in a different repo.