diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-28 19:18:03 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-28 19:18:03 +0000 |
commit | 40d18e4bcef58903930e52c5162f4f7e257eb6a8 (patch) | |
tree | 8eebd7570bee2795bb67b216fc6cac53d300383c | |
parent | f9a22e7ea68bb9da0aaa1be5864f5f8e2d21e87b (diff) | |
parent | 13c581af9b3be69d87ff7dba480de34e8227e2b1 (diff) | |
download | rspamd-40d18e4bcef58903930e52c5162f4f7e257eb6a8.tar.gz rspamd-40d18e4bcef58903930e52c5162f4f7e257eb6a8.zip |
Merge pull request #417 from dottedmag/master
Grammar fix
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ You have many choices to write your definitions, so use whatever you like (even ## Performance {#performance} -Rspamd was designed to be fast. The core of rspamd is written in `C` and uses event-driven model that allows to process multiple messages simultaenously and without blocking. +Rspamd is designed to be fast. The core of rspamd is written in `C` and uses event-driven model that allows to process multiple messages simultaenously and without blocking. Moreover, a set of techniques was used in rspamd to process messages faster: * **Finite state machines processing** - rspamd uses specialized finite state machines for the performance critical tasks to process input faster than a set of regular expressions. |