python-postgis icon indicating copy to clipboard operation
python-postgis copied to clipboard

Cythonize EWKB reader and writer

Open yohanboniface opened this issue 8 years ago • 0 comments

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

yohanboniface avatar Aug 23 '17 18:08 yohanboniface