Is it inefficient to emit QByteArray?

Posted by ShaChris23 on Stack Overflow See other posts from Stack Overflow or by ShaChris23
Published on 2010-04-29T17:25:06Z Indexed on 2010/04/29 18:07 UTC
Read the original article Hit count: 436

Filed under:
|

My application is a network application. Its job is to receive streams of packets (QByteArray) in which I would like to emit them as signals. Would doing so be inefficient? I'm concerned with copying of large buffers.

© Stack Overflow or respective owner

Related posts about qt

Related posts about Performance