(svn r12737) -Codechange: Replace vector with a cut down class to allocate space as necessary. This avoids copying data around for vector's push_back() function.

This commit is contained in:
peter1138
2008-04-16 19:01:09 +00:00
parent 47365fee11
commit efdf8b8c8a
5 changed files with 77 additions and 27 deletions

View File

@@ -2271,6 +2271,10 @@
RelativePath=".\..\src\misc\hashtable.hpp"
>
</File>
<File
RelativePath=".\..\src\misc\smallveh.h"
>
</File>
<File
RelativePath=".\..\src\misc\str.hpp"
>

View File

@@ -2268,6 +2268,10 @@
RelativePath=".\..\src\misc\hashtable.hpp"
>
</File>
<File
RelativePath=".\..\src\misc\smallveh.h"
>
</File>
<File
RelativePath=".\..\src\misc\str.hpp"
>