reimplemented create_large_file() on windows: replaced the painfully slow alternation of writing a char with WriteFile and seeking 1 GB with SetFilePointerEx with an implementation using mapped files that is lightning fast on my development machine. I hate to create a dependence between the file_descriptor tests and the mapped_file tests, but previous implementation sometimes took several minutes to initialize the large file at 9 character offsets
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.