Example implemented from "The computer Language Benchmarks Game" - Mandelbrot

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

Complete description of mandelbrot : https://benchmarksgame.alioth.debian.org/u64q/mandelbrot-description.html#mandelbrot

All subgroups and modules

module mandelbrot

actors :: mandelbrot

Example implemented from "The computer Language Benchmarks Game" - Mandelbrot
package_diagram actors\>examples\>mandelbrot\> mandelbrot actors actors actors\>examples\>mandelbrot\>->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