Skip to content
forked from edwig/WinFile

Anything ( :-) ) you can do with a MS-Windows file (but faster)

License

Notifications You must be signed in to change notification settings

mazalet/WinFile

 
 

Repository files navigation

WinFile

Anything you can do with a MS-Windows system file.

It's a collection of functions that you can perform on a MS-Windows file. Some of these are considderably faster than the POSIX or ifstream counterparts.

  • More then twice the speed of bare FILE* access
  • Four times the speed of <iostream> access

Works on a 128K internal buffer with the same size as the technical driver buffer of SSD and HDD drives and file systems.

See the Main.cpp file for a bunch of test functions

See the WinFile.h file for the complete interface

See the Winfile.docx document for a description

About

Anything ( :-) ) you can do with a MS-Windows file (but faster)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.9%
  • Batchfile 0.1%