postgresql/src/backend/lib
Alvaro Herrera a66ee69add Embedded list interface
Provide a common implementation of embedded singly-linked and
doubly-linked lists.  "Embedded" in the sense that the nodes'
next/previous pointers exist within some larger struct; this design
choice reduces memory allocation overhead.

Most of the implementation uses inlineable functions (where supported),
for performance.

Some existing uses of both types of lists have been converted to the new
code, for demonstration purposes.  Other uses can (and probably will) be
converted in the future.  Since dllist.c is unused after this conversion,
it has been removed.

Author: Andres Freund
Some tweaks by me
Reviewed by Tom Lane, Peter Geoghegan
2012-10-17 11:31:20 -03:00
..
ilist.c Embedded list interface 2012-10-17 11:31:20 -03:00
Makefile Embedded list interface 2012-10-17 11:31:20 -03:00
stringinfo.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00