Optimize: only do one hash lookup instead of three per IpIndex.
authorMilian Wolff <milian.wolff@kdab.com>
Fri, 23 Oct 2015 09:11:12 +0000 (11:11 +0200)
committerMilian Wolff <milian.wolff@kdab.com>
Fri, 23 Oct 2015 09:11:12 +0000 (11:11 +0200)
commit8b8b7ab97a158d18d3af91ac69e1e06ffd53365b
treeac8867ca3b5df1f2b95da41b967d1240e2b1f348
parent4771c1c9c1ea4dd13bcd51805d1eb0ee12094059
Optimize: only do one hash lookup instead of three per IpIndex.

This is still one of the hotspots when parsing large data files,
but at least it makes it a bit faster.
gui/parser.cpp