Verilog Parser
|
A very simple hash table implemented (for now) over a linked list. More...
A very simple hash table implemented (for now) over a linked list.
This can be used for simple key-value pair storage. Current access time is O(n) for a table with N elements in it.