diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-06-01 09:42:37 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-06-01 09:42:37 +0000 |
commit | a249020977a2394eb6f6b41a59e49167878d5f8d (patch) | |
tree | 5d607d247327f1beb39661a2ddfb9b78f6f2cd45 /devel/ocaml-xstr | |
parent | 75ef30fdb03f8f8cf0ccf2ea00b086adac621054 (diff) |
Notes
Diffstat (limited to 'devel/ocaml-xstr')
-rw-r--r-- | devel/ocaml-xstr/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ocaml-xstr/pkg-descr b/devel/ocaml-xstr/pkg-descr index aff7dbf91892..8f8b1d8cbfab 100644 --- a/devel/ocaml-xstr/pkg-descr +++ b/devel/ocaml-xstr/pkg-descr @@ -4,7 +4,7 @@ replace Str in many cases. Unlike Str, xstr is thread-safe. xstr does not implement regular expressions in general, but an important subset. Some operations of xstr are performed as quickly as by Str; if the string to be processed is small, xstr is often faster than Str; if the string is -big, xstr is upto half as fast than Str. +big, xstr is up to half as fast than Str. Author: Gerd Stolpmann <gerd@gerd-stolpmann.de> WWW: http://www.ocaml-programming.de/packages/ |