C语言嵌入式数据库 hamsterdb 2.0 RC3 发布

fmms 12年前
     <p>hamsterdb是一个采用C开发,非常快,轻量级的嵌入式数据库引擎。</p>    <p>hamsterdb 包括的B +树变长密钥和记录。它支持内存中的数据库和字节独立的文件,数据库,游标,多个数据库在一个文件中, “记录”数据库,重复键。 hamsterdb是非常快速和高度可配置的。汇编和Unix平台上运行, Linux ,微软Windows ,和Windows CE 。</p>    <h2>Why hamsterdb?</h2>    <ul>     <li><b>High Performance</b> hamsterdb avoids the overhead of a RDBMS</li>     <li><b>No Dependencies</b> hamsterdb is linked directly into your application</li>     <li><b>High Portability</b> hamsterdb runs on many different architectures and operating systems</li>     <li><b>Fair Licensing</b> hamsterdb is open source and licensed under GPL2/3, with many exceptions for other open source licenses (i.e. Apache, BSD, Zlib). Commercial licenses are also available.</li>    </ul>    <p><br /> hamsterdb 2.0 RC3 主要是继续修复 rc2 中存在的 bug,另外在很多方面提升了性能,支持 win32 库的编译.<br /> <br /> 项目地址:<a href="/misc/goto?guid=4958185836530390195" target="_blank">http://hamsterdb.com/</a></p>