From ccf8dc4b21bb1a547f118affab22bca3a02df270 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 30 Jan 2023 22:05:03 -0700 Subject: ReleaseNotes: Add an entry for this branch's changes --- ReleaseNotes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index f1fccfb..bb366f3 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,14 @@ +# v0.3.1 (TBD) + + Theme: Performance + + This release does a bunch of performance tuning and optimizations, + with no user-visible changes other than memory consumption and CPU + time. Based on benchmarks with a real-world use-case, it is now + roughly an order of magnitude faster, with much lower memory + consumption (the big-O of memory consumption was always pretty low, + but there were some big constant factors before). + # v0.3.0 (2023-01-30) Theme: Breaking changes -- cgit v1.2.3-2-g168b