Browse Source

Merge pull request #417 from dottedmag/master

Grammar fix
tags/1.0.10
Vsevolod Stakhov 8 years ago
parent
commit
40d18e4bce
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -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.

Loading…
Cancel
Save