(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:
@@ -2271,6 +2271,10 @@
|
||||
RelativePath=".\..\src\misc\hashtable.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\misc\smallveh.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\misc\str.hpp"
|
||||
>
|
||||
|
@@ -2268,6 +2268,10 @@
|
||||
RelativePath=".\..\src\misc\hashtable.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\misc\smallveh.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\misc\str.hpp"
|
||||
>
|
||||
|
Reference in New Issue
Block a user