Rework literal indexes hash table to simple array in order to improve performance
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#ifndef HASH_TABLE_H
|
||||
#define HASH_TABLE_H
|
||||
|
||||
#include "linked-list.h"
|
||||
#include "mem-heap.h"
|
||||
|
||||
typedef void* hash_table;
|
||||
|
||||
Reference in New Issue
Block a user