python-postgis
python-postgis copied to clipboard
Cythonize EWKB reader and writer
For 1000000 rows:
Without cython
Read Point 5.178226153992 Write Point 3.986783471002127
With cython "automatic"
Read Point 3.1899413310020464 Write Point 2.731560925996746
With ewkb cythonized (this branch)
Read Point 2.911395464994712 Write Point 2.2800958580046427