diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-09-05 12:54:07 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-09-05 12:54:07 +0200 |
commit | fb8674ef104a117dd33e7f2365a06e75c3016e82 (patch) | |
tree | 1c5fa2c9f387989fb2c51bced8dd95cdc47500d7 /README | |
parent | 1cdb871e3d791138abcce148e1c4c619ff1d95fc (diff) | |
download | mblaze-fb8674ef104a117dd33e7f2365a06e75c3016e82.tar.gz mblaze-fb8674ef104a117dd33e7f2365a06e75c3016e82.tar.xz mblaze-fb8674ef104a117dd33e7f2365a06e75c3016e82.zip |
README: update
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/README b/README index ea93156..3ae4918 100644 --- a/README +++ b/README @@ -40,15 +40,15 @@ PRINCIPLES it using sendmail(8), as provided by OpenSMTPD, Postfix, msmtp(1), dma(8) or similar. mblaze expects your mail to reside in Maildir folders. - mblaze operates directly on Maildir and doesn't use caches or database. - There is no setup needed for many uses. All tools have been written with - performance in mind. Enumeration of all mails in a Maildir is avoided - unless necessary, and then optimized to use few syscalls. Parsing mail - metadata is optimized to use few I/O requests. Initial operations on big - Maildir may feel slow, but as soon as they are in cache, everything is - blazing fast. The tools are written to be memory efficient (i.e. not - wasteful), but whole messages are assumed to fit into RAM easily (at a - time). + mblaze operates directly on Maildir and doesn't use own caches or + databases. There is no setup needed for many uses. All tools have been + written with performance in mind. Enumeration of all mails in a Maildir + is avoided unless necessary, and then optimized to use few syscalls. + Parsing mail metadata is optimized to use few I/O requests. Initial + operations on big Maildir may feel slow, but as soon as they are in file + system cache, everything is blazing fast. The tools are written to be + memory efficient (i.e. not wasteful), but whole messages are assumed to + fit into RAM easily (at a time). mblaze has been written from scratch and tested on a big pile of personal mail, but is not actually 100% RFC conforming (which is neither worth it |