KDevVarLengthArray: memmove / memcopy?

Nicolás Alvarez nicolas.alvarez at gmail.com
Thu Jun 23 22:05:57 UTC 2011


On 6/23/11, Milian Wolff <mail at milianw.de> wrote:
> Hey all,
>
> while working on the "split Token into two" for the Cpp parser, I looked at
> kdevvarlengtharray on how to insert an item in a c-style array. What I
> noticed
> is that it is just a loop, not something more sophisticated like
> memmove/memcopy or the like.
>
> So my question: Would memmove/memcopy (which one should be used?) be more
> efficient?

Can't we switch to QVarLengthArray already?

-- 
Nicolas




More information about the KDevelop-devel mailing list