Tag: programming

Subscribe to Feed of articles under programming

  1. "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 …

  2. "Papaline: Concurrent pipeline with core.async"

    According to wikipedia, Staged Event-driven Architecture is an approach to software architecture that decomposes a complex, event-driven application into a set of stages connected by queues. We were using Java framework, stages, to implement queue based SEDA. As we are using more and more Clojure nowadays, I decide to re-implement …

  3. "Rust语言:安全的并发"

    本文原载于2014年3月《程序员》杂志编程语言专题。

    Rust 语言是近两年来 Mozilla 正在开发的一种新编程语言,它以并发,安全和实用为口号 …

« Page 5 / 6 »