Skip to content

Commit

Permalink
chore: Madvise Kernel that we are reading sequentially (#24)
Browse files Browse the repository at this point in the history
* feat: Improve performance by memadvising sequential access

* Try 2

* changelog

* change loglevel

* fix tests
  • Loading branch information
sbernauer committed May 30, 2024
1 parent 07d827b commit 96f6e2b
Show file tree
Hide file tree
Showing 6 changed files with 214 additions and 65 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Added

- Try to improve performance by calling `madvise` to inform Kernel we are reading sequentially ([#24])

[#24]: https://github.com/sbernauer/breakwater/pull/24

## [0.14.0] - 2024-05-30 at GPN 22 :)

### Added
Expand Down
Loading

0 comments on commit 96f6e2b

Please sign in to comment.