Rework literal indexes hash table to simple array in order to improve performance

This commit is contained in:
Ilmir Usmanov
2014-12-15 22:48:27 +03:00
parent 864bd3de06
commit 7e7bdc2aac
8 changed files with 364 additions and 47 deletions
-1
View File
@@ -25,7 +25,6 @@
#ifndef HASH_TABLE_H
#define HASH_TABLE_H
#include "linked-list.h"
#include "mem-heap.h"
typedef void* hash_table;