[LLVMdev] hash_set and hash_map?

Chris Lattner clattner at apple.com
Mon Mar 9 16:52:23 PDT 2009


On Mar 9, 2009, at 4:15 PM, Thomas B. Jablin wrote:

> Hi,
> I saw that Nick Lewycky removed the LLVM portable hash_map and  
> hash_sets.  My research group was relying on those classes. What  
> replaces hash_map and hash_set? The LLVM implementation was very  
> convenient as there is no equivalent in STL, and Microsoft's  
> implementation had a different name, as does the C++ 0X  
> implementation. Thanks.
> Tom Jablin

There are many options available to you, please see:
http://llvm.org/docs/ProgrammersManual.html#datastructure

-Chris




More information about the llvm-dev mailing list