atomist-attic / artifact-source

ArtifactSource abstraction for source code
GNU General Public License v3.0
2 stars 3 forks source link

Speed up ArtifactSource filter method #25

Closed ddgenome closed 7 years ago

ddgenome commented 7 years ago

Replace N-by-N comparison in cachedDeltas with a single pass collect. Use more lazy vals.

Address a TODO, replacing var with foldLeft.

Fix some style warnings.

Closes #24