Refactor windows and web compiling
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
/*
|
||||
Hash table implementation:
|
||||
Pointers to values
|
||||
@@ -11,7 +10,7 @@
|
||||
Hash 0 is reserved for empty hash table entry
|
||||
*/
|
||||
template <class Value>
|
||||
struct Table {
|
||||
struct HashTable {
|
||||
struct Entry {
|
||||
uint64_t hash;
|
||||
uint64_t key;
|
||||
|
||||
Reference in New Issue
Block a user