Closed fda-odoo closed 11 months ago
if the OS is case_preserving, the actual code is using Path.listdir to list list files in a directory. os.scandir is faster, and this commit uses this method instead
To test on windows before merge
Seems around 100% SLOWER. Safe to close without regrets
if the OS is case_preserving, the actual code is using Path.listdir to list list files in a directory. os.scandir is faster, and this commit uses this method instead