7.7
1 Perflinty Lists
(require perflinty/list) | package: rackpgmp |
This section describes a list library that warns the user when operations that are asymptotically fast on vectors are being called on instances of a list more often than operations that are asymptotically fast on lists.
syntax
(list v ...)
Note that currently Racket lists and Perflinty lists are incompatible.
procedure
(list? ls?) → boolean?
ls? : any/c
cons adds 1 to the list score.