Author Topic: turbo.js  (Read 3807 times)

Offline John

  • Forum Support / SB Dev
  • Posts: 3510
    • ScriptBasic Open Source Project
turbo.js
« on: December 14, 2016, 04:19:27 PM »
turbo.js website

turbo.js github repository

The easy way to supercharge your number-crunching.

turbo.js is a small library that makes it easier to perform complex calculations that can be done in parallel. The actual calculation performed (the kernel executed) uses the GPU for execution. This enables you to work on an array of values all at once.

turbo.js is compatible with all browsers (even IE when not using ES6 template strings) and most desktop and mobile GPUs.





Mike Lobanovsky

  • Guest
Re: turbo.js
« Reply #1 on: December 16, 2016, 11:02:39 AM »
Hehe,

What you're seeing below are my results seen in my FF 50.1.0 under my native Win XP Pro Sp3 on my pair of SLI-bridged nVidia GTX 550Ti graphics cards that host a total of nearly 400 CUDA processors working in parallel under the most recent v368.81 OpenGL/OpenCL(CUDA)/PhysiX driver for that GPU brand directly from nVidia.

"There ain't no such thing as a free lunch"©, guys!  ;D

Online AlyssonR

  • Advocate
  • Posts: 126
Re: turbo.js
« Reply #2 on: December 16, 2016, 11:51:20 AM »
As ever, it's a case of 'your mileage may vary'.