Example implemented from "The computer Language Benchmarks Game" - Fannkuch-Redux

http://benchmarksgame.alioth.debian.org/

Complete description of the fannkuch-redux : https://benchmarksgame.alioth.debian.org/u64q/fannkuchredux-description.html#fannkuchredux

All subgroups and modules

module fannkuchredux

actors :: fannkuchredux

Example implemented from "The computer Language Benchmarks Game" - Fannkuch-Redux
package_diagram actors\>examples\>fannkuchredux\> fannkuchredux actors actors actors\>examples\>fannkuchredux\>->actors pthreads pthreads actors->pthreads ...pthreads ... ...pthreads->pthreads

Ancestors

group codecs

core > codecs

Group module for all codec-related manipulations
group collection

core > collection

This module define several collection classes.
group core

core

Nit common library of core classes and methods
group pthreads

pthreads

POSIX Threads support
group text

core > text

All the classes and methods related to the manipulation of text entities

Parents

group actors

actors

Nit Actor Model