Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
125 contributions in the last year
Activity overview
Contribution activity
September - October 2020
August 2020
Created an issue in cloudius-systems/osv that received 5 comments
Unable to read very large file in C++
Code: #include<fstream> #include<vector> #include<iostream> #define READ_BYTES (1LL << 31) int main(){ std::ifstream file("/dev/urandom"); std::vec…