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

Ck::IO::FileReader + Docs #3807

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft

Ck::IO::FileReader + Docs #3807

wants to merge 15 commits into from

Conversation

mjacob1002
Copy link
Contributor

@mjacob1002 mjacob1002 commented Apr 25, 2024

  • Wrote the FileReader
  • Wrote documentation in the ckio.h file for FileReader
  • Edited the readthedocs

mjacob1002 and others added 15 commits April 25, 2024 16:46
…ering into the FileReader so as to avoid unncessary network calls.

Implemented an intial version of the FileReaderBuffer in order to try and reduce the number of network calls someone has to make when reading using FileReader
…blocks. should hopefully reduce the number of network calls when reading small chunks of data using FileReader api.
…n the FileReader when trying to select the optimal size for the Ck::IO::read call
…ause ssize_t may not be defined on windows. May want to explore the possibility of switching to signed types in the future but not right now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants