https://github.com/fenbf/winfiletests
Tests for accessing, transforming files on Windows Platform.
https://github.com/fenbf/winfiletests
performance transforming-files winapi
Last synced: about 1 year ago
JSON representation
Tests for accessing, transforming files on Windows Platform.
- Host: GitHub
- URL: https://github.com/fenbf/winfiletests
- Owner: fenbf
- Created: 2016-09-14T19:47:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T10:58:50.000Z (over 9 years ago)
- Last Synced: 2025-04-04T00:51:11.537Z (over 1 year ago)
- Topics: performance, transforming-files, winapi
- Language: C++
- Size: 375 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
#Win File Tests
by Bartlomiej Filipek, [bfilipek.com](http://www.bfilipek.com)
Tests for accessing, transforming files on Windows Platform. Comparing std IO (c-stdlib and cpp-std lib) against native WinAPI functions.
Playing witm memory mapped files and in the future async IO.