| 1 | # What's This? |
| 2 | |
| 3 | Seriously? Another hash table in C? |
| 4 | |
| 5 | Yes. I wrote this as an exercise while sitting at a rehearsal for a |
| 6 | dance recital a few years ago. It was just an exercise, but has |
| 7 | recently become something I needed in another project, so I'm storing |
| 8 | it in my pile of stuff on github. |

