This is a draft of proposals for the Red Edition (data structures) of R7RS-large. For other dockets, see WG2Dockets.
List library: SRFI 1.
String library: SRFI 13 and/or CharacterSpansCowan.
Vector library: SRFI 43 or VectorsCowan.
Sorting and merging: SortingShivers (edited draft of withdrawn SRFI 32) or SRFI 95 (from SLIB) or R6RS.
Sets and bags: SRFI 113.
Character sets: SRFI 14.
Hash tables and bimaps: HashTablesCowan.
Immutable pairs and lists: SRFI 116.
Random access pairs and lists: SRFI 115.
Immutable cyclic lists: CyclesMedernach.
Immutable deques, sets, and maps: ImmutableDataStructuresWortman.
Generators: GeneratorsGauche.
Lazy sequences: LazySequencesCowan.
Streams: SRFI 41.
Boxes: SRFI 111.
List queues: SRFI 117.
Binary heaps: BinaryHeapsCowan.
Comparators: SRFI 114.
Enumerations with sets and maps: EnumsCowan
Extended records: SRFI 99, possibly with simplified syntax.
Ternary search trees: No API proposal yet, but see Wikipedia.
Ephemerons: MIT Scheme or Racket (optional package).
Gap buffers: BuffersCowan (based on Emacs Lisp)