Welcome, Guest! Log In | Create Account

Donate Share

uthash

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.


http://uthash.sourceforge.net

Algorithms

Project Feed

  • Code committed

    thanson committed revision 106 to the uthash SVN repository, changing 1 files

    04:39AM on Jun 18 2009 by thanson

  • Code committed

    thanson committed revision 105 to the uthash SVN repository, changing 1 files

    03:55AM on Jun 12 2009 by thanson

  • Code committed

    thanson committed revision 104 to the uthash SVN repository, changing 2 files

    03:54AM on Jun 12 2009 by thanson

  • uthash-1.7 released

    This is a maintenance release of uthash. See the ChangeLog for details.

    03:45AM on Jun 12 2009 by thanson

  • Code committed

    thanson committed revision 103 to the uthash SVN repository, changing 4 files

    03:33AM on Jun 12 2009 by thanson

  • Code committed

    thanson committed revision 102 to the uthash SVN repository, changing 1 files

    03:33AM on Jun 12 2009 by thanson

  • Code committed

    thanson committed revision 101 to the uthash SVN repository, changing 3 files

    03:31AM on Jun 12 2009 by thanson

  • Code committed

    thanson committed revision 100 to the uthash SVN repository, changing 1 files

    01:31AM on Jun 12 2009 by thanson

  • uthash uthash-1.7 file released: uthash-1.7.tar.bz2

    * 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 ...

    09:04PM on Jun 11 2009

  • Code committed

    thanson committed revision 99 to the uthash SVN repository, changing 7 files

    04:29AM on Jun 05 2009 by thanson