summaryrefslogtreecommitdiffstats
path: root/zix/hash.h
AgeCommit message (Collapse)AuthorFilesLines
2019-01-07Make zix_hash_insert() provide a non-const pointerDavid Robillard1-3/+3
2019-01-06Clean up includesDavid Robillard1-2/+2
2018-11-13Make hash return non-const pointersDavid Robillard1-2/+2
2016-07-11Clean up headersDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/zix/trunk@105 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
2014-09-23Allow non-const visitation of hash nodes.David Robillard1-13/+13
Update doc comments. git-svn-id: http://svn.drobilla.net/zix/trunk@88 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
2012-08-10Minimal space overhead inline value hash table.David Robillard1-29/+94
Add ZixChunk. Add SSE 4.2 accelerated digest (with fallback) in zix/digest.h. Make library optionally header-only (define ZIX_INLINE). git-svn-id: http://svn.drobilla.net/zix/trunk@76 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
2011-09-28Add ZixHashDavid Robillard1-0/+75
git-svn-id: http://svn.drobilla.net/zix/trunk@39 df6676b4-ccc9-40e5-b5d6-7c4628a128e3