Re: Unicode string Len and Mid procedures using SSE2
Posted: Sun Aug 24, 2014 2:57 am
Win7 x64
PB 5.30 x64
PB 5.30 x64
PB 5.30 x3280
Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz
Unicode mid string, SSE2 vs PB
Short string : 123(SSE2) vs 105(PB)
Longer string : 103(SSE2) vs 101(PB)
Very long string : 447(SSE2) vs 2504(PB)
80
Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz
Unicode mid string, SSE2 vs PB
Short string : 97(SSE2) vs 80(PB)
Longer string : 91(SSE2) vs 94(PB)
Very long string : 449(SSE2) vs 2498(PB)