- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
AsyncFP Release 1.2.0--Transactional Persistence
Fri, 2011-09-16, 08:00
Release 1.2.0 is the start of a toolkit for building high-performance
databases. Included in this release is SimpleNoLogDataStore, a first
demo illustrating how these tools can be deployed.
AsincFP takes a new approach to actors, with most actors exchanging
messages synchronously--100 times fast than the asynchronous message
exchanges supported by Scala Reactors. (Interoperability with Reactors
is supported.)
https://github.com/laforge49/Asynchronous-Functional-Programming/wiki
Bill La Forge