Skip to content

Use linear-time SHUFFLE if supplied with many list items to shuffle

Michał Herda requested to merge linear-search into master

Closes #21 (closed)

(asdf:test-system :alexandria) gives me the following output:

...
 ALEXANDRIA2-TESTS::LINE-UP-FIRST.FUNCTION-NAMES-ARE-THREADED
 ALEXANDRIA2-TESTS::LINE-UP-FIRST.LIST-PROMOTION
 ALEXANDRIA2-TESTS::LINE-UP-FIRST.MULTIPLE-ARGS
 ALEXANDRIA2-TESTS::LINE-UP-FIRST.SEVERAL-EXAMPLES
 ALEXANDRIA2-TESTS::LINE-UP-LAST.NO-FORMS
 ALEXANDRIA2-TESTS::LINE-UP-LAST.FUNCTION-NAMES-ARE-THREADED
 ALEXANDRIA2-TESTS::LINE-UP-LAST.LISP-PROMOTION
 ALEXANDRIA2-TESTS::LINE-UP-LAST.SEVERAL-EXAMPLES ALEXANDRIA2-TESTS::SUBSEQ*.1
No tests failed.; 
; compilation unit finished
;   caught 2 ERROR conditions
;   printed 11 notes

T

Merge request reports