forked from amir/filehasher
Using FindFirstFileA() instead of CreateFileA() to get the file size
Since we already call FindFirstFileA() and it returns the size there is no need to open/close every file to get it's size
This commit is contained in:
@@ -33,3 +33,5 @@ Making the LF MPMC queue generic and in a seperate header file
|
||||
Making the MPMC queue platform agnostic
|
||||
|
||||
Align the MPMC queue to pagesize
|
||||
|
||||
Getting file size from FindFirstFileA() instead of CreateFileA(), since we already call FindFirstFileA() and it returns the size there is no need to open/close every file to get it's size
|
||||
|
||||
Reference in New Issue
Block a user