Skip to content

A simple benchmark to verify that madvise is helpful for improving memory access performance.

Notifications You must be signed in to change notification settings

opass/madviseBench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

madviseBench

Intro

This Project is inspired and modified from Yutao Liu's note. We want to verify that system call madvise can improve memory access performance.

Usage

$ cd projectDir

$ make

it will compile program and generate a 1GB files for memory mapping.

Then run following command to testing

$ ./test.sh

About

A simple benchmark to verify that madvise is helpful for improving memory access performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published