mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 01:36:04 +03:00
[PR #76] [MERGED] Perf #142
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#142
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/d99kris/nmail/pull/76
Author: @d99kris
Created: 4/24/2021
Status: ✅ Merged
Merged: 4/24/2021
Merged by: @d99kris
Base:
master← Head:perf📝 Commits (10+)
9953012switch default build type to release (with debug symbols)25000b6add cereal v1.3.0 from https://github.com/USCiLab/cereal198edf7switch from custom Maildir to sqlite3 to improve cache performance40ee5b1improved recipient list on reply message in sent folderada0a36attachment file picker to use full terminal widthb9acf47add support for external file picker, like nnn9123238address book picker to append, not insert, selected address2d03367improve imap cache prefetch performance, delay entering offline idle11d4884change default logging level to info to improve performance978bacaimprove search indexing performance📊 Changes
237 files changed (+53404 additions, -1443 deletions)
View changed files
📝
CMakeLists.txt(+5 -5)📝
README.md(+69 -35)➕
ext/cereal/.gitignore(+51 -0)➕
ext/cereal/.travis.yml(+269 -0)➕
ext/cereal/CMakeLists.txt(+84 -0)➕
ext/cereal/LICENSE(+24 -0)➕
ext/cereal/README.md(+85 -0)➕
ext/cereal/appveyor.yml(+44 -0)➕
ext/cereal/doc/CMakeLists.txt(+18 -0)➕
ext/cereal/doc/DoxygenLayout.xml(+190 -0)➕
ext/cereal/doc/doxygen.in(+1870 -0)➕
ext/cereal/doc/footer.html(+31 -0)➕
ext/cereal/doc/mainpage.dox(+47 -0)➕
ext/cereal/include/cereal/access.hpp(+351 -0)➕
ext/cereal/include/cereal/archives/adapters.hpp(+163 -0)➕
ext/cereal/include/cereal/archives/binary.hpp(+169 -0)➕
ext/cereal/include/cereal/archives/json.hpp(+1019 -0)➕
ext/cereal/include/cereal/archives/portable_binary.hpp(+334 -0)➕
ext/cereal/include/cereal/archives/xml.hpp(+956 -0)➕
ext/cereal/include/cereal/cereal.hpp(+1089 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.