coforma / swift-tech-challenge

MIT License
0 stars 0 forks source link

Issue/159 performance 3 #191

Closed cuevas1876 closed 5 months ago

cuevas1876 commented 5 months ago

Performance Improvements

Summary

Application changes to improve load time

Fixes # (#159 )

Type of change

Please delete options that are not relevant.

How To Test

Verify load times have improved

Checklist:

cuevas1876 commented 5 months ago

I added parallel scan instead of the existing scan. Performance gains are modest, ~500ms, but enough to justify its use.