Is js via gpu (WebGL i assume) already efficient enough to make the concept of "computation time instead of banners" finally viable?
I've never come across this concept before. What is it? Is it something like, to see the page content, you must have a key which is either time-consuming to compute, or is just given to you if you first view an ad?
Gpu.js – GPU Accelerated JavaScript
71–80 of 84 posts
Re: Gpu.js – GPU Accelerated JavaScript
#72Is js via gpu (WebGL i assume) already efficient enough to make the concept of "computation time instead of banners" finally viable?
I've never come across this concept before. What is it? Is it something like, to see the page content, you must have a key which is either time-consuming to compute, or is just given to you if you first view an ad?
Re: Gpu.js – GPU Accelerated JavaScript
#73I've built an animated raytracer using this library. http://raytracer.crypt.sg The compile-able JavaScript subset is still fairly limited, so vector operations are quite painful. Beyond that, it's a great library to start with for parallel computation in the browser if you have no background in WebGL/GLSL.
Re: Gpu.js – GPU Accelerated JavaScript
#74Earlier quoted context omitted.
Okay, Bill Gates alone is worth more than twice all the bitcoin ever mined. Apple is worth almost 20x that. So, per risk/reward, probably not a great strategy for either company. https://howmuch.net/articles/worlds-money-in-perspective .
Please adjust your equations for time.
Re: Gpu.js – GPU Accelerated JavaScript
#75Is js via gpu (WebGL i assume) already efficient enough to make the concept of "computation time instead of banners" finally viable?
On top of that, display advertising pays when the user sees the ad. Coin mining only pays when the user has completed enough useful work to send results back to the server. The odds of that happening for a huge number of websites are very low.
Re: Gpu.js – GPU Accelerated JavaScript
#76Re: Gpu.js – GPU Accelerated JavaScript
#77Re: Gpu.js – GPU Accelerated JavaScript
#78Re: Gpu.js – GPU Accelerated JavaScript
#79Re: Gpu.js – GPU Accelerated JavaScript
#80Is anyone else getting consistently slower speeds on their GPU compared with their CPU? I seem to be getting: CPU: 0.426s ±7.6% GPU: 2.399s ±4.7% Running Chrome, Latest Stable. Windows 7. It seems odd to me that it would take 6x longer when my graphics card (GTX 690) would theoretically be much faster than my CPU (Intel i7-3930k)
CPU: 0.363s ±6.7%
GPU: 1.077s ±1.8%
Chromium 61, Windows 7, i7-5930k, Nvidia 1080. I did notice my GPU clock didn't move from the idle state.