SRFI 125: Intermediate hash tables

by John Cowan and Will Clinger

status: final (2016-05-28)

keywords: Data Structure, R7RS Large, R7RS Large: Red Edition

See also SRFI 69: Basic hash tables and SRFI 126: R6RS-based hashtables.

library name: hashtables

Abstract

This SRFI defines an interface to hash tables, which are widely recognized as a fundamental data structure for a wide variety of applications. A hash table is a data structure that: