C ++内存中键值存储 [英] C++ in-memory Key-Value stores

查看:180
本文介绍了C ++内存中键值存储的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找有关内存键值存储引擎或库的建议,这些引擎或库具有C ++接口或用C ++编写。

I'm looking for suggestions regarding in-memory key-value store engines or libraries, that have C++ interfaces or that are written in C++.

我正在寻找解决方案,可以扩展没有任何问题,约100mill键值对,并兼容/可编译在linux和win32 / 64

I'm looking for solutions that can scale without any problems to about 100mill key-value pairs and that are compatible/compilable on linux and win32/64

推荐答案

std :: map 如何?<
< a href =http://cplusplus.com/reference/stl/map/> http://cplusplus.com/reference/stl/map/

这篇关于C ++内存中键值存储的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆