[Development] Unicode/i18n support
Giuseppe D'Angelo
dangelog at gmail.com
Thu Dec 1 15:44:48 CET 2011
On 1 December 2011 09:13, Sylvain Pointeau <sylvain.pointeau at gmail.com> wrote:
> and if you remove the jit compile from PCRE? is it closer to ICU?
Studying the pattern, without JIT:
********* Start testing of REBenchmark *********
Config: Using QTest library 4.7.4, Qt 4.7.4
PASS : REBenchmark::initTestCase()
RESULT : REBenchmark::PCREBenchmark():"URI":
6,411 msecs per iteration (total: 6,411, iterations: 1)
RESULT : REBenchmark::PCREBenchmark():"Email":
10,512 msecs per iteration (total: 10,512, iterations: 1)
RESULT : REBenchmark::PCREBenchmark():"Date":
224 msecs per iteration (total: 224, iterations: 1)
RESULT : REBenchmark::PCREBenchmark():"URI|Email":
17,662 msecs per iteration (total: 17,662, iterations: 1)
PASS : REBenchmark::PCREBenchmark()
PASS : REBenchmark::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped
********* Finished testing of REBenchmark *********
Not studying at all:
********* Start testing of REBenchmark *********
Config: Using QTest library 4.7.4, Qt 4.7.4
PASS : REBenchmark::initTestCase()
RESULT : REBenchmark::PCREBenchmark():"URI":
7,374 msecs per iteration (total: 7,374, iterations: 1)
RESULT : REBenchmark::PCREBenchmark():"Email":
11,147 msecs per iteration (total: 11,147, iterations: 1)
RESULT : REBenchmark::PCREBenchmark():"Date":
3,041 msecs per iteration (total: 3,041, iterations: 1)
RESULT : REBenchmark::PCREBenchmark():"URI|Email":
18,680 msecs per iteration (total: 18,680, iterations: 1)
PASS : REBenchmark::PCREBenchmark()
PASS : REBenchmark::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped
********* Finished testing of REBenchmark *********
I'll do some other benchmarks later...
--
Giuseppe D'Angelo
More information about the Development
mailing list