diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-30 23:00:11 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-01-30 23:00:11 -0700 |
commit | 5d5ac549dc1a25963418fda4b20ed181b7afd8d2 (patch) | |
tree | 8c5c2e9f5bd1c3a2208efe4d11965ecaa95472ec /ReleaseNotes.md | |
parent | 005dfe26e308b965c2f42c81d34a4b48757414a3 (diff) | |
parent | ccf8dc4b21bb1a547f118affab22bca3a02df270 (diff) |
Merge branch 'lukeshu/tune'
Diffstat (limited to 'ReleaseNotes.md')
-rw-r--r-- | ReleaseNotes.md | 11 |
1 files changed, 11 insertions, 0 deletions
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 |