mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-28 01:18:12 +08:00
improve speed
This commit is contained in:
@@ -44,6 +44,7 @@ typedef struct
|
||||
Hash_table_spin_lock* sub_h_lock;
|
||||
int prefix_bits;
|
||||
int suffix_bits;
|
||||
///number of subtable
|
||||
int size;
|
||||
uint64_t suffix_mode;
|
||||
uint64_t non_unique_k_mer;
|
||||
@@ -163,6 +164,7 @@ typedef struct
|
||||
Hash_table_spin_lock* sub_h_lock;
|
||||
int prefix_bits;
|
||||
int suffix_bits;
|
||||
///number of subtable
|
||||
int size;
|
||||
uint64_t suffix_mode;
|
||||
k_mer_pos* pos;
|
||||
|
||||
Reference in New Issue
Block a user