diff options
| author | Dan Engelbrecht <[email protected]> | 2024-10-01 12:38:49 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2024-10-01 12:38:49 +0200 |
| commit | a032f2d84d5584a5d95e8f878cd133a5af5ab2d1 (patch) | |
| tree | 7338b44aeb91423536280d4affcedb14fa9ed21e /VERSION.txt | |
| parent | Separate UTF-8 flags by platform (#178) (diff) | |
| download | zen-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.txt | 2 |
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 |