solang-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Solang-devel] [PATCH] STL list to STL vector migration


From: Santanu Sinha
Subject: [Solang-devel] [PATCH] STL list to STL vector migration
Date: Fri, 22 May 2009 11:02:41 +0530

A patch is attached that replaces all STL lists used in solang with
vector. This makes quite a lot of sense, as we always use push_back.

Some more scope of optimization is present. Basically in some
situations we can know the size of the vector before creation. This
would increase efficiency and will be done in a future patch.

-Santanu

----
Upset the established order, and everything becomes chaos. I'm an
agent of chaos. Oh and you know the thing about chaos, it's fair.

Attachment: 0001-Replaced-STL-list-with-STL-vector.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]