Closed pgnikolov closed 1 week ago
The current file search algorithm does not scale well with large directories. I propose optimizing the search algorithm to reduce its time complexity.
Original version took: 0.0145 seconds Optimized version took: 0.0068 seconds Performance improvement: 52.99% faster
Proposed changes:
I would appreciate any feedback or suggestions on this approach.
The current file search algorithm does not scale well with large directories. I propose optimizing the search algorithm to reduce its time complexity.
Proposed changes:
I would appreciate any feedback or suggestions on this approach.