SRFI 3: List-Set Library

by Olin Shivers

status: withdrawn (1999-08-26)

keywords: Data Structure

Abstract

This SRFI proposes a coherent and comprehensive set of procedures for manipulating lists as sets; it is accompanied by a reference implementation of the spec. The reference implementation is

Be aware that these procedures are inherently O(n^2) in the lengths of their parameter lists - serious set operations on large lists should use alternate techniques.