by thanson
This is a hash table, implemented in C, supporting constant-time add/find/remove of C structures. Any structure having a unique, arbitrarily-typed key member can be hashed by adding a UT_hash_handle member to the structure and calling these macros.
thanson committed revision 106 to the uthash SVN repository, changing 1 files
thanson committed revision 105 to the uthash SVN repository, changing 1 files
thanson committed revision 104 to the uthash SVN repository, changing 2 files
This is a maintenance release of uthash. See the ChangeLog for details.
thanson committed revision 103 to the uthash SVN repository, changing 4 files
thanson committed revision 102 to the uthash SVN repository, changing 1 files
thanson committed revision 101 to the uthash SVN repository, changing 3 files
thanson committed revision 100 to the uthash SVN repository, changing 1 files
* The MurmurHash has been removed, and Jenkin's hash is once again the default. While MurmurHash performed well, it's unsafe with regard to the strict aliasing rule. This results in incorrect code when compiled with optimization. It's not possible ...
thanson committed revision 99 to the uthash SVN repository, changing 7 files
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use