florence / cover

a code coverage tool for racket
MIT License
38 stars 7 forks source link

Speedup coverage map generation #96

Closed florence closed 9 years ago

florence commented 9 years ago

The generation of coverage maps is currently a O(n^2) process. It should be O(n).

florence commented 9 years ago

Fixed by 605c91305