7 May
2009
7 May
'09
1:13 p.m.
Fabian Groffen wrote:
Do you have any idea what this performance wise does to the driver? (I don't at the moment.)
I don't at the moment either. Haven't had a chance to take an in-depth look at it. It is possible to make the slice() operation conditional. The bug report states "Works OK as long as absolute end index is <= remaining()", so I suppose we could check for this condition. Might be less of a performance hit than calling slice() every time. - Bram