improve performance massively from 0.9 seconds to 0.38 seconds :)
This commit is contained in:
@@ -49,6 +49,9 @@ typedef struct {
|
||||
|
||||
struct string_struct {
|
||||
char *data;
|
||||
uint64_t prehash;
|
||||
uint64_t hash;
|
||||
bool hash_computed;
|
||||
size_t length;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user