Optimize PyUnicode_DecodeCharmap()
Avoid expensive PyUnicode_READ() and PyUnicode_WRITE(), manipulate pointers instead.
Showing
Please register or sign in to comment
Avoid expensive PyUnicode_READ() and PyUnicode_WRITE(), manipulate pointers instead.