谷歌浏览器插件
订阅小程序
在清言上使用

Extending STL Maps Using LBSTs.

ALENEX/ANALCO(2005)

引用 23|浏览6
暂无评分
摘要
Associative containers are basic generic classes of the C++ standard library. Access to the elements can be done by key or iterator, but not by rank. This paper presents a new implementation of the map class, which extends the Standard with the ability to support ecient direct access by rank without using extra space. This is achieved using LBST trees. This document reports on the algorithmic engineering of this implementation as well as, experimental results that show its competitive performance compared to the widespread GCC library map implementation.
更多
查看译文
关键词
algorithm engineering
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要