Browse thread
Thread safe Str
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2005-01-09 (19:31) |
From: | Christophe TROESTLER <Christophe.Troestler@u...> |
Subject: | Thread safe Str |
Hi, The new Str module not only made it LGPL but also very fast (100% more than Pcre in some cases). However it is still not thread safe -- and it is not possible given its interface. However, from a quick look, it seems to me that what is under the hood is almost thread safe. So why not to write a new module (say Regexp) which would be thread safe and on top of which Str would be build? This would not be too much work, would it? Cheers, ChriS