jackfirth / rebellion

A collection of core libraries for Racket
https://pkgs.racket-lang.org/package/rebellion
Apache License 2.0
83 stars 16 forks source link

Add reducer contracts #394

Closed jackfirth closed 4 years ago

jackfirth commented 4 years ago

Closes #194. Also makes significant improvements to the collection APIs by using reducer contracts instead of just the reducer? predicate.

I expect this to significantly decrease the performance of reducers. A solvable problem, but an unfortunate one.