Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 6

Qt-interest Archive, July 2007
QBuffer


Message 1 in thread

Hello.

Don't you think QBuffer slow? I create buffer class from QIODevice as 
QBuffer is too slow in multithread(Open-MP) process, but its 
speed wasn't improved. 
I thought QIODevice constructor and inner buffer access in read and 
write prevent parallel processing. 
I want to use read/write function. 
If read/write function is virtual in QIODevice, I can make faster 
code. But I just have to impliment readData and writeData. 
readData/writeData is used in read/write function in QIODevice after 
useless(inner buffering) functions. 

Best regards

--
 [ signature omitted ]