简体   繁体   English

优化的B+树实现

[英]Optimized B+ tree implementation

I am working on a high-performance single-thread java application.我正在开发一个高性能的单线程 java 应用程序。 My project depends on a B+ tree.我的项目依赖于 B+ 树。 Because performance is very critical, I prefer not to implement it myself and use an optimized public implementation.因为性能非常关键,我宁愿不自己实现它,而是使用优化的公共实现。 This way I am more assured that the implementation is fully optimized.通过这种方式,我更加确信实现是完全优化的。 But I couldn't find a proper implementation on Github or any other similar online source.但是我在 Github 或任何其他类似的在线资源上找不到合适的实现。

Where can I find a well-written java B+ tree code?哪里可以找到写得很好的java B+树代码?

Check out this one: BPlusTree看看这个: BPlusTree

You may also want to check MapDB .您可能还想检查MapDB

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM