Re: [PATCH v5 00/14] New hash table implementation

2013-11-14 Thread Karsten Blees
Am 14.11.2013 20:08, schrieb Karsten Blees: > Changes since v3: s/v3/v4/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v5 00/14] New hash table implementation

2013-11-14 Thread Karsten Blees
Also here: https://github.com/kblees/git/commits/kb/hashmap-v5 Changes since v3: - changed table resizing and grow / shrink thresholds (#02) - hashmap_free: changed free_function to boolean (#02, #06, #07, #09) - swapped xcalloc args (num elements, element size) (#02) - fixed pointer cast formatti