mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 11:20:19 +03:00
Remove bounds check deactivation
This commit is contained in:
parent
0f20918008
commit
2116a71962
|
@ -2182,7 +2182,6 @@ cdef uint64_t FNV1A_OFFSET_BASIS = 0xcbf29ce484222325
|
||||||
cdef uint64_t FNV1A_PRIME = 0x00000100000001B3
|
cdef uint64_t FNV1A_PRIME = 0x00000100000001B3
|
||||||
|
|
||||||
|
|
||||||
@cython.boundscheck(False) # Deactivate bounds checking
|
|
||||||
cdef int _write_hashes(
|
cdef int _write_hashes(
|
||||||
const unsigned char* res_buf,
|
const unsigned char* res_buf,
|
||||||
const unsigned char* aff_l_buf,
|
const unsigned char* aff_l_buf,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user