Tag: clojure

Subscribe to Feed of articles under clojure

  1. "Slacker Cluster 0.12: Grouping"

    What are Slacker and Slacker Cluster

    Slacker is my side project started in late 2011. The goal of Slacker project is to provide a high performance RPC system for clojure, with elegant API. Slacker doesn't ruin your code. Your remote invocation looks exactly same as local, from code. That means …

  2. "Fork-Join in Papaline"

    Papaline 0.3 introduced a new model "fork-join" for task execution. It allows you to split a task into smaller units, and execute them in parallel.

    Before that, a task is processed as a single unit from the first stage to the second, the third and the last. Within a …

« Page 3 / 4 »