adobe / adobe/orc

Investigate huge pages

Open
#64 0 comments 0 reactions 2 assignees Claimed by @leethomason View on GitHub
bug
Dominant language
C++
Stars
99
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Mmap has the ability to use large page sizes to improve performance. (The default page size is 4KiB, an artifact of the 386 days). It is possible to increase page sizes to at least 2MiB:

https://stackoverflow.com/questions/32336694/huge-pages-on-mac-os-x

It would be worth investigating these flags to see if the larger page sizes improve our memory paging throughput.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.