Denis Y.

Results 19 comments of Denis Y.

There's this library: https://www.npmjs.com/package/vm2 They seem to resolve this issue through usage of proxies

The code looks good to me, why isn't it being merged?

The official build steps for Forge from it's wiki (https://github.com/arrayfire/forge/wiki#osx): ``` cd /path/to/dir/forge mkdir build && cd build && cmake .. make -j8 # or number of threads of your...

A continuation of issues #315, #317 please review and provide feedback

Guys, I see batching as a separate feature that would allow making a sequence of `setItem` calls faster (near-maximum) speed. However the `setItems` functionality is not the speed related functionality...

Because batching works this way, it has special internal array that accumulates the results that has to be uploaded to database, it is less memory efficient by design, which is...

@ocombe, as for your question on using `setItem` interface. When I was designing `setItems` method I was thinking about making universal method that would cover most of all possible scenarios...

No problem, I didn't start writing tests, so it may take some time before it is closed...

Sorry, didn't understood the question... I was using ComputeCpp-v0.6.0-4212-gb29ac8a, but ComputeCpp-v0.6.0-4212-gb29ac8a itself is working fine, it looks as TF is buggy...