- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
AsyncFP release 1.3.0--batch update and opportunistic locks
Wed, 2011-10-12, 10:29
Release 1.3.0 of AsyncFP includes the small records datastore, an in-
memory, crash proof database that supports batch updates and
opportunistic locking. See
https://github.com/laforge49/Asynchronous-Functional-Programming/wiki/Sm...
AsyncFP is a Scala project with composable actors that interoperate
both synchronously and asynchronously. The current focus is on
providing a kit for creating high-performance custom NoSQL databases.
The small datastore currently under development is a crash-proof in-
memory database supporting multiple queries or single update. Updates
write to a backing disk file. Home: https://github.com/laforge49/Asynchronous-Functional-Programming/wiki
Bill La Forge