Merge pull request #31 from IsaccBarker/patch-1

Clear up ANSI C support
pull/40/head
Josh Baker 1 year ago committed by GitHub
commit a27bd3507f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,11 +4,11 @@
## Features ## Features
- [Open addressing](https://en.wikipedia.org/wiki/Hash_table#Open_addressing) using [Robin Hood](https://en.wikipedia.org/wiki/Hash_table#Robin_Hood_hashing) hashing - [Open addressing](https://en.wikipedia.org/wiki/Hash_table#Open_addressing) using [Robin Hood](https://en.wikipedia.org/wiki/Hash_table#Robin_Hood_hashing) hashing.
- Generic interface with support for variable sized items. - Generic interface with support for variable-sized items.
- Built-in [SipHash](https://en.wikipedia.org/wiki/SipHash) or [MurmurHash3](https://en.wikipedia.org/wiki/MurmurHash) and allows for alternative algorithms. - Built-in [SipHash](https://en.wikipedia.org/wiki/SipHash) or [MurmurHash3](https://en.wikipedia.org/wiki/MurmurHash) and allows for alternative algorithms.
- ANSI C (C99) - Supports C99 and up.
- Supports custom allocators - Supports custom allocators.
- Pretty darn good performance. 🚀 - Pretty darn good performance. 🚀
## Example ## Example

Loading…
Cancel
Save