abtExp / vecto

🚧 A Javascript mini library to deal with n-dimensional arrays(referenced from numpy). 🚧🚀
https://npmjs.com/vecto
MIT License
1 stars 0 forks source link

Incorporate GPU process sharing for faster processes and implement all the methods on typed arrays #22

Open abtExp opened 6 years ago

abtExp commented 6 years ago

Some of the methods don't use typed arrays completely, thus are not optimal, use typed arrays

abtExp commented 6 years ago

Still figuring out which library to use, The two of the popular ones, gpu.js and turbo.js are not actively maintained and also using them is quite confusing. And i don't know about webgl so implementing it myself is going to be a challenge. I guess for now, i've to resort with my 1-loop algorithms and typed array calculations.