diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
commit | 1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch) | |
tree | 06f11bc7b351f3abf3bf5507405afdba5374614e /textproc/libguess/pkg-descr | |
parent | 4e942b64191e2ef98dce2c5af31047a8640db768 (diff) |
Notes
Diffstat (limited to 'textproc/libguess/pkg-descr')
-rw-r--r-- | textproc/libguess/pkg-descr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/libguess/pkg-descr b/textproc/libguess/pkg-descr index 293007826dd5..939d20ee25a9 100644 --- a/textproc/libguess/pkg-descr +++ b/textproc/libguess/pkg-descr @@ -1,9 +1,9 @@ A high-speed character set detection library. -libguess employs discrete-finite automata to deduce the character set -of the input buffer. The advantage of this is that all character sets -can be checked in parallel, and quickly. Right now, libguess passes a -byte to each DFA on the same pass, meaning that the winning character +libguess employs discrete-finite automata to deduce the character set +of the input buffer. The advantage of this is that all character sets +can be checked in parallel, and quickly. Right now, libguess passes a +byte to each DFA on the same pass, meaning that the winning character set can be deduced as efficiently as possible. libguess is fully reentrant, using only local stack memory for DFA operations. |