Sergey Bartunov
Sergey Bartunov
It seems that there are still problems with simplification of random number generation operation if they are encapsulated into modules. The following code prints two last lines equal when simplification...
I observe a high rate of memory consumption when running my code on Linux using native backend. It's about 20 MB / sec and I quickly get out of memory....
I'm trying to implement the product of matrix diagonal elements. For some reason, my code return `nan` when at least one of the elements is negative. I'm using the latest...
I've set up and running cassandra_proxy.rb. After that I do the next things in node: var sys = require("sys"); var cassandra = require("cassandra-node-client").create(10000, "localhost"); cassandra.get_uuids(function(x, y) { sys.puts(sys.inspect(x)); sys.puts(sys.inspect(y)); });...