aboutsummaryrefslogtreecommitdiff
path: root/VERSION.txt
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2024-10-01 12:38:49 +0200
committerGitHub Enterprise <[email protected]>2024-10-01 12:38:49 +0200
commita032f2d84d5584a5d95e8f878cd133a5af5ab2d1 (patch)
tree7338b44aeb91423536280d4affcedb14fa9ed21e /VERSION.txt
parentSeparate UTF-8 flags by platform (#178) (diff)
downloadzen-a032f2d84d5584a5d95e8f878cd133a5af5ab2d1.tar.xz
zen-a032f2d84d5584a5d95e8f878cd133a5af5ab2d1.zip
optimize gc reference sort (#179)
- Do a single call to mempcy when fetching attachments from the meta store in GC - Use small lambda when calling std::sort in FilterReferences (enables inlining of the comparision function) - Use a single function for < and == comparision in KeepUnusedReferences
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index d0c793c9b..983d62e6a 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1 +1 @@
-5.5.8-pre4 \ No newline at end of file
+5.5.8-pre5 \ No newline at end of file