CMapStringToString
-
I have used CMapStringToString where I have to map a string to another string. I want TO KNOW how different CMapStringToString is from Cache Memory. Because I am reading from the file in read mode and storing all the contents in CMapStringToString. Or Do I have to write another program to cache it. Pls clarify
-
I have used CMapStringToString where I have to map a string to another string. I want TO KNOW how different CMapStringToString is from Cache Memory. Because I am reading from the file in read mode and storing all the contents in CMapStringToString. Or Do I have to write another program to cache it. Pls clarify
Are you referring to the hashing that goes on automatically in the cache?
-
Are you referring to the hashing that goes on automatically in the cache?
-
Well that clears it up - NOT
-
Well that clears it up - NOT
-
My idea is read from a file and load in to memory as my app prefers frequent searching. I am doing it by taking CMapStringToString. What my question "Is cache memory different from storing in a hash table like CMapStringToString ?
But then the question is, what "cache memory" are you refering to? MFC or C++ in general don't implement a cache. Are you refering to a hardware cache? Internet cache? -- Joel Lucsy