Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File access utilities #22

Open
9 tasks
hnkb opened this issue Oct 5, 2019 · 0 comments
Open
9 tasks

File access utilities #22

hnkb opened this issue Oct 5, 2019 · 0 comments
Labels

Comments

@hnkb
Copy link
Owner

hnkb commented Oct 5, 2019

  • RAII container for file stream (FILE*)
    • Read and write using standard fread
    • operators for reading whole/part of file (maybe << for views/buffers)
    • readAll, writeAll
  • Memory-mapped files
    • for Windows
    • for POSIX
    • one interface for both systems
  • Quick file to string without copy, including vector
@hnkb hnkb added this to the Multi-platform support milestone Oct 5, 2019
@hnkb hnkb changed the title Support Linux Add support for Linux in separate Platform::Linux namespace Oct 5, 2019
@hnkb hnkb changed the title Add support for Linux in separate Platform::Linux namespace Support Linux Oct 5, 2019
@hnkb hnkb added the core label Oct 5, 2019
@hnkb hnkb changed the title Support Linux File access utilities Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant