diff options
| author | Rye <rye@alchemyviewer.org> | 2026-01-10 01:24:56 -0500 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-01-21 22:07:08 +0200 |
| commit | 0e687a83b5bd3fd0b33f7e9a5f5955391ec2d5e5 (patch) | |
| tree | 7d4846f8e201a8432fb6eb571c230bee58d39c22 /indra/llui/llui.cpp | |
| parent | 76a80b6787290dc8a950b43b67e5b4cd6238014f (diff) | |
Optimize various usages of std::map with frequent find access with std::unordered_map
Introduce ll::string_hash heterogeneous string hasher
Diffstat (limited to 'indra/llui/llui.cpp')
| -rw-r--r-- | indra/llui/llui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llui.cpp b/indra/llui/llui.cpp index 29eb887948..0056e73cce 100644 --- a/indra/llui/llui.cpp +++ b/indra/llui/llui.cpp @@ -65,7 +65,6 @@ // for XUIParse #include "llquaternion.h" -#include <boost/tokenizer.hpp> #include <boost/algorithm/string/find_iterator.hpp> #include <boost/algorithm/string/finder.hpp> |
