This page is no longer maintained — Please continue to the home page at www.scala-lang.org

AsyncFP release 1.3.0--batch update and opportunistic locks

No replies
Bill La Forge
Joined: 2011-07-13,
User offline. Last seen 42 years 45 weeks ago.

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

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland