We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
您可能会对 JDBM 的一个分支感兴趣。
请参阅 http://www.kotek.net/blog/jdbm_2.1_and_beyond
GitHub:< a href="https://github.com/jankotek/JDBM3" rel="nofollow">https://github.com/jankotek/JDBM3
另外,
电子邮件:[电子邮件受保护]
网址:http://groups.google.com/group/jdbm
RSS:http://groups.google.com/group/jdbm/feed/rss_v2_0_msgs.xml
编辑:
JDBM4 已重命名为MapDB
There is a fork of JDBM that might be of interest to you.
See http://www.kotek.net/blog/jdbm_2.1_and_beyond
GitHub: https://github.com/jankotek/JDBM3
Also,
Email: [email protected]
Web: http://groups.google.com/group/jdbm
RSS: http://groups.google.com/group/jdbm/feed/rss_v2_0_msgs.xml
EDIT:
JDBM4 was renamed to MapDB
值得一提的现代项目:
Modern projects worth mentioning:
https://github.com/jankotek/MapDB 可能会完成您想要的部分操作。该库提供了几个持久列表、集合和映射实现,包括 b 树映射。
https://github.com/jankotek/MapDB might do part of what you want. That library provides several persistent list, set and map implementations, including a b-tree map.
我知道,这是一个迟来的贡献。
我自己不需要选择 Java DBM 库的兴奋感。我需要一个只是为了在某些情况下最大限度地减少内存使用。 (为了实现实际持久性,我会使用 JPA。)目前在不同的州有 4 个不同的 JDBM 项目。
幸运的是,Apache 目录服务器附带了 JDBM 库,我的激动人心的时光似乎一去不复返了!该库可以单独使用,它似乎基于四种实现之一。它也在 MVNRepository 上。
A late contribution, I know.
I myself don't need the excitement of choosing a Java DBM library. I need one merely to minimize memory usage in certain cases. (For actual persistence I'd use JPA.) There currently are 4 different JDBM projects in various states.
Luckily the Apache directory server comes with a JDBM library and my exciting times seem to be gone forever! The library can be used separately and it seems to be based on one of the four implementations. It's also on MVNRepository.