feat: small speed up to unpack_variants (#117)
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
import cython
|
||||
|
||||
|
||||
cdef object Variant
|
||||
|
||||
cpdef unpack_variants(object data)
|
||||
|
||||
cdef _unpack_variants(object data)
|
||||
|
||||
Reference in New Issue
Block a user