什么是 C 语言中好的开源 B 树实现?

发布于 2024-07-04 15:54:52 字数 1557 浏览 7 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

宫墨修音 2024-07-11 15:54:52

SQLite 实现 的作者放弃版权。 如果 LGPL 没问题,那么也许你可以使用 GNUpdate 的实现

The author of the SQLite implementation has disclaimed copyright. If LGPL is okay, then maybe you could use GNUpdate's implementation?

苦笑流年记忆 2024-07-11 15:54:52

查看 QDBM:http://fallabs.com/qdbm/。 它采用 LGPL(可用于商业应用程序),使用任意键/值对实现磁盘支持的哈希和/或 B+ 树,并构建在各种平台上。

Check out QDBM: http://fallabs.com/qdbm/. It's LGPL (can be used in commercial app), implements a disk backed hash and/or B+ tree with arbitrary key/value pairs, and builds on a variety of platforms.

巷雨优美回忆 2024-07-11 15:54:52

我遇到了 这个 - 用于 SCM、Java、C# 的 WB B 树数据库, C 是一个 GNU 包。

I came across this - The WB B-Tree Database for SCM, Java, C#, and C that's a GNU package.

短叹 2024-07-11 15:54:52

如果 LGPL 没问题,那么东京内阁可能符合要求。 LGPL 允许与非自由应用程序链接,而不会对最终产品的分发添加任何限制。

If LGPL is ok, then Tokyo Cabinet might fit the bill. LGPL allows linking with a non-Free application, without adding any constraints on the distribution of the final product.

只想待在家 2024-07-11 15:54:52

有吸引力的混沌实现kbtree.h。 这是一个高效的B树库

Attractive Chaos implement kbtree.h. It's a efficient B-tree library

醉城メ夜风 2024-07-11 15:54:52

也许你可以考虑伯克利数据库。 它在内部使用 B 树。

Maybe you can considere the berkeley db. It is using a b-tree internally.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文