lmdb-go: Bindings for the LMDB C library

agolangf · · 788 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<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&#39;s something I&#39;ve been working on as an experiment for a while. I recently stabilized the core API and I&#39;m ready for other people to use it and provide feedback. It is significantly safer and more idiomatic than gomdb. And I think it&#39;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&#39;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&#39;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&#39;m sure you could also write a good compatibility layer on top of lmdb-go instead.</p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

788 次点击  
加入收藏 微博
0 回复
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传