Skip to content
Snippets Groups Projects
Commit 2e8da236 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

smol opt

parent 7ae250d5
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ class LLTextureCache final : public LLWorkerThread
// so it needs own pool (not thread safe by itself, relies onto header's mutex)
LLVolatileAPRPool* mHeaderAPRFilePoolp;
typedef std::map<handle_t, LLTextureCacheWorker*> handle_map_t;
typedef absl::flat_hash_map<handle_t, LLTextureCacheWorker*> handle_map_t;
handle_map_t mReaders;
handle_map_t mWriters;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment