actor
actor copied to clipboard
Owl's Parallel & Distributed Computing Engine
I couldn't find it from docker hub.
It would be nice to sort out module naming / prefixing so that `(wrapped false)` was not necessary in the `lib/jbuild` stanza. (Or is there a particular reason not to...
The service loop is rather slow if the hash tables (used for maintaining worker info) is too big.
The reason might be that there is some delay between the actual file is created on a datanode and it appears in namenode's file system. If the following up operation...
Stack overflow in reduce function (caused by Hashtbl: when there are over 30000 values with the same key). The investigation shows the overflow is not caused by add function, but...