From 4621bfd7e3f51b91eae5b6af046f14fbf3d52dc0 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Thu, 30 May 2024 19:08:38 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4768afd..130853c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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