Skip to content
Snippets Groups Projects
Commit 578d70de authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

MAINT-1175: Change LLTypeInfoLookup API for future optimizations.

Per discussion with Richard, accept the type key for insert() and find() as a
template parameter rather than as std::type_info*. This permits (e.g.) some
sort of compile-time prehashing for common types, without changing the API.
Eliminate iterators from the API altogether, thus avoiding costs associated
with transform_iterator.
Fix existing references in llinitparam.h.
parent 18bd525d
No related branches found
No related tags found
No related merge requests found
Loading
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