diff options
author | Moritz Warning <moritzwarning@web.de> | 2015-06-20 09:36:51 +0200 |
---|---|---|
committer | Moritz Warning <moritzwarning@web.de> | 2015-06-20 16:25:21 +0200 |
commit | 2b04ac5e9b8be8bd1cc1263755a55a579f28009e (patch) | |
tree | 52596d3dfeadf92f61a0d92a4af504eb91cf06fc /ui | |
parent | bd7e4ab6955f838c3119fe1262901875345d8d43 (diff) | |
download | infinitytier-2b04ac5e9b8be8bd1cc1263755a55a579f28009e.tar.gz infinitytier-2b04ac5e9b8be8bd1cc1263755a55a579f28009e.zip |
replace _networks map by vector
_networks is usually quite small, using binary search on a vector might be faster comapred to std::map.
This is especially true when using uClibc++, which uses a list.
Diffstat (limited to 'ui')
0 files changed, 0 insertions, 0 deletions