Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pack

How To Loop Over A List In Cython Pure Mode

In an attempt to speed up struct.pack(), I have the following to pack an int to bytes: import cytho… Read more How To Loop Over A List In Cython Pure Mode