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

Support directly mmap-ing datafiles #5242

Merged
merged 5 commits into from
Oct 29, 2018
Merged

Support directly mmap-ing datafiles #5242

merged 5 commits into from
Oct 29, 2018

Commits on Oct 27, 2018

  1. Match serialized bit-packing for vector<bool> to match in-memory layo…

    …ut for vector_view<bool> so that data can be directly mmapped.
    danpat committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    d80318f View commit details
    Browse the repository at this point in the history
  2. mmap tarfiles directly when mmapping is enabled, instead of copying…

    … data into separate mmapped block
    
    Co-authored-by: Kajari Ghosh <ghoshkaj@gmail.com>
    danpat and ghoshkaj committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    2f9cb44 View commit details
    Browse the repository at this point in the history
  3. Expose new --mmap switch (mmap_memory: true in NodeJS), and run t…

    …est suite in this mode, as well as shared memory mode.
    danpat committed Oct 27, 2018
    Configuration menu
    Copy the full SHA
    b7e7d32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96c7b47 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Configuration menu
    Copy the full SHA
    9541216 View commit details
    Browse the repository at this point in the history