Introduction - If you have any usage issues, please Google them yourself
FastDb efficient memory database system with real-time capability and convenience of C++ Interface. FastDB does not support client-server architecture and thus FastDB all applications must be running in the same host. FastDB for applications by controlling the read access mode were optimized. By reducing data transmission overhead and very effective locking mechanism provides a high-speed inquiries. For each application database using the database files are alluding to the virtual memory space. Inquiries in the application, therefore the context of the implementation without the need for context switching and data transmission. concurrent access to the database in fastdb synchronization mechanisms through atomic instructions to achieve, almost no additional query overhead.