How can I build a lookup table in C++? -



How can I build a lookup table in C++? -

i finish novice in c++. trying read file , build lookup table (more hashtable check existence of string value). file has 300 one thousand entries utilize build lookup table. , after this, performing 1 1000000 lookups on this. efficient way of doing this? map (google's first result) or there improve construction purpose?

based on scenario, want @ tries

c++

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -