MimicMap:基于std的排序关联容器

时间:2021-04-11 19:21:02
【文件属性】:
文件名称:MimicMap:基于std的排序关联容器
文件大小:33KB
文件格式:ZIP
更新时间:2021-04-11 19:21:02
C++ 模拟地图 基于模仿std :: map的std :: vector的排序关联容器。 用法 与std :: map几乎相同,但是所有容器元素都存储在单个std :: vector中。 如果插入零星的关键元素,则MimicMap会自动在std :: vector中完成差距元素。 您可以通过设置键的上下限(setLowerLimit / setHigherLimit成员函数)来避免内存不足。 会员类型 会员类型 定义 value_type K mapped_type V value_type std::pair iterator std::vector::iterator const_iterator std::vector::const_iterator reverse_iterator std::vector
【文件预览】:
MimicMap-main
----MimicMap.h(11KB)
----LICENSE(1KB)
----performance_test()
--------performance_find.plot(366B)
--------performance_op.png(6KB)
--------performance_insert.png(6KB)
--------performance_find.png(5KB)
--------performance_insert.dat(7KB)
--------performance_insert.plot(539B)
--------performance_op.plot(515B)
--------PerformanceTest.cc(5KB)
--------performance_find.dat(5KB)
--------Makefile(310B)
--------performance_op.dat(7KB)
----Makefile(87B)
----README.md(5KB)
----RigidMap.h(10KB)

网友评论