Skip to main content
Back to USENIX
  • Conferences
  • Students
Sign in

USENIX Conference Policies

  • Event Code of Conduct
  • Conference Network Policy
  • Statement on Environmental Responsibility Policy

Cdt: A General and Efficient Container Data Type Library

Kiem-Phong Vo, AT&T Labs-Research

Cdt is a container type library that provides a uniform set of operations to manage dictionaries based on the commong storage methods: list, stack, queue, set, and ordered set. It is implemented on top of linked lists, hash tables, and splay trees. Applications can dynamically change both object description and storage methods so that abstract operations can be exactly matched with run-time requirements to optimize performance. This paper briefly overviews Cdt and presents a performance study comparing it to other popular container data type packages.

Kiem-Phong Vo, AT&T Labs-Research

BibTeX
@inproceedings {261014,
author = {Kiem-Phong Vo},
title = {Cdt: A General and Efficient Container Data Type Library},
booktitle = {USENIX 1997 Annual Technical Conference (USENIX ATC 97)},
year = {1997},
address = {Anaheim, CA},
url = {https://www.usenix.org/conference/usenix-1997-annual-technical-conference/libcdt-general-and-efficient-container-data-type},
publisher = {USENIX Association},
month = jan
}
Download

Links

Paper: 
https://www.usenix.org/legacy/publications/library/proceedings/ana97/full_papers/vo/vo.ps
  • Log in or register to post comments

© USENIX
EIN 13-3055038

  • Privacy Policy
  • Contact Us