Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
os: faster getFileSize (nim-lang#19438)
Use "stat" rather than "open", "seek", and "close" system calls. The Windows implementation remains the same.
- Loading branch information