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

Introduce PagedVector class #13808

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Commits on Jan 16, 2024

  1. [llvm-project] Introduce paged vector

    The goal of the class is to be an (almost) drop in replacement for
    SmallVector and std::vector when those are presized and filled later, as
    it happens in SourceManager and ASTReader.
    
    By doing so, sparsely accessed PagedVector can profit from reduced
    memory footprint.
    
    Co-authored-by: Jonas Hahnfeld <jonas.hahnfeld@cern.ch>
    ktf and hahnjo committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    b99836b View commit details
    Browse the repository at this point in the history