Skip to content

It must be possible to load graphs into mapped memory #52

@vigna

Description

@vigna

Transparent huge pages do not work in memory-mapped files, and they can bring a significant performance increase on very large graphs.

Thus, we need three ways to load a graph:

  • mmap()'d file (with flags)
  • heap-allocated memory
  • mmap()-allocated memory (with flags)

This is identical to the possibilities we have in ε-serde with MemCase.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions