SRFI 126: R6RS-based hashtables

by Taylan Ulrich Bayırlı/Kammer

status: final (2016-02-01)

keywords: Data Structure

See also SRFI 69: Basic hash tables and SRFI 125: Intermediate hash tables.

library name: r6rs-hashtables

Abstract

We provide a hashtable API that takes the R6RS hashtables API as a basis and makes backwards compatible additions such as support for weak hashtables, external representation, API support for double hashing implementations, and utility procedures.