ophunter233
Results
3
issues of
ophunter233
The function searchBaseLayer and searchBaseLayerST has almost the same code, this pull request unified the two functions.
`/** * Uses the first 8 bits of the memory for the linked list to store the mark, * whereas maxM0_ has to be limited to the lower 24 bits,...
A typo
1
I think it maybe a typo in file "space_l2.h" at line 225: ``` data_size_ = dim * sizeof(unsigned char); ``` why not: ``` data_size_ = dim * sizeof(int); ```