Nov. 18, 2014
9:23 p.m.
Yes, you can use OpenCL. There is a bridge Pharo<â> OpenCL made by Ronie, available on smalltalkhub. Ronie has also been working on a DSL to easily write OpenCL applications. This is cool stuff! Have a look! Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On Nov 18, 2014, at 6:12 PM, phil@highoctane.be wrote:
See https://news.ycombinator.com/item?id=8625280 <https://news.ycombinator.com/item?id=8625280>
[ (1 to: 100000000) sum ] timeToRun
Here we get out of the SmallInteger range...
Apart FFI'ing the thing, do we have other options?
Phil