static-frame / arraykit

Python C Extensions for StaticFrame
Other
8 stars 2 forks source link

`AK_DR_ProcessRecord`: use array returned by `PyUnicode_DATA` directly #100

Closed flexatone closed 1 year ago

flexatone commented 1 year ago

This would permit not using PyUnicode_READ and instead using pointer arithmetic.