[Bug 196809] New port: devel/ caf C++ Actor Framework”
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jan 16 19:03:47 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196809
Bug ID: 196809
Summary: New port: devel/caf C++ Actor Framework”
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: vallentin at icir.org
Created attachment 151748
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151748&action=edit
shar file
An Open Source Implementation of the Actor Model in C++.
Actors in CAF are lightweight, consist of only a few hundred bytes, and
are cooperatively managed by a state-of-the-art, work-stealing
scheduler. You can spawn millions of actors if you want to.
CAF offers a network-transparent message passing. Actors can talk to
each other, no matter where they've been spawned. You do the hard part
of implementing your app, CAF takes care of the low-level side of
things. CAF allows you to transparently connect actors running on
different machines and OSes via the network. It integrates multiple
computing devices such as multi-core CPUs, GPGPUs, and even embedded
hardware.
WWW: http://www.actor-framework.org
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list