FastDB: FastDB is highly efficient main memory database system with realtime
capabilities and convenient C++ interface. FastDb doesn't support client-server
architecture and all application using FastDB database should run at the same
host. FastDB is optimized for applications with dominated read access pattern.
High speed of query execution is provided by elimination of data transfer
overhead and very effective locking implementation. Last modification on November 29 2000.