Internal array changed to array of bytes.master
commitf4c51e593eeecda6667d1d3a17e7f3f0b074a7af
authorStefan 'psYchotic' Zwanenburg <stefanhetzwaantje@gmail.com>
Fri, 17 Feb 2012 16:51:27 +0000 (17 17:51 +0100)
committerStefan 'psYchotic' Zwanenburg <stefanhetzwaantje@gmail.com>
Mon, 20 Feb 2012 12:46:36 +0000 (20 13:46 +0100)
treedd1252a25875b07fb73b507e1eb212821273a2c6
parentf3be4dd9856f621b27bb7c14afc4794486642a46
Internal array changed to array of bytes.

This means that elements don't need to be allocated upon insertion
anymore, as well as not having to free elements that are removed from
the array.
All in all, this improves performance.
myarray.c
myarray.h