<p><a href="https://github.com/bmatsuo/lmdb-go">https://github.com/bmatsuo/lmdb-go</a></p>
<p>This is a mashup of gomdb and boltdb. It's something I've been working on as an experiment for a while. I recently stabilized the core API and I'm ready for other people to use it and provide feedback. It is significantly safer and more idiomatic than gomdb. And I think it's worth considering instead of boltdb when performance is critical and cgo is an acceptable tool. Please let me know what you think.</p>
<hr/>**评论:**<br/><br/>itsmontoya: <pre><p>So it's like this?
<a href="https://github.com/missionMeteora/bmdb" rel="nofollow">https://github.com/missionMeteora/bmdb</a></p></pre>bmatsuo: <pre><p>I found this project recently. I didn't try to copy the boltdb interface exactly. LMDB is much more feature full than boltdb and copying the API as is hides some LMDB goodies. I wanted bindings that had the flavor of boltdb without compromising the features of LMDB.</p>
<p>The underlying bindings for bmdb are just a fork of gomdb and has the same problems as the original. I'm sure you could also write a good compatibility layer on top of lmdb-go instead.</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传