rchillyard / The-repository-formerly-known-as

2 stars 12 forks source link

Generic sort #9

Closed rchillyard closed 4 years ago

rchillyard commented 4 years ago

Multiple refactoring, fixes, and other improvements. See commits for details.

rchillyard commented 4 years ago

There is in fact a slow down of the integration tests (and presumably others) introduced by the most recent commit(s), i.e. from the https://github.com/rchillyard/HuskySort/pull/9/commits/b44b04193ae557708a8e16e6aa62607fc3dde102 pull request.

rchillyard commented 4 years ago

Added Issue 13: compiler warning

rchillyard commented 4 years ago

I believe the slowness is simply because we're running more sorts in the functional tests. I don't think it's because individual sorts are taking longer.