|
|
|
|
|
by dunkelheit
2538 days ago
|
|
GEOS is very feature-reach but slow. Mostly because it is a to-the-book port of a Java library and thus allocates and pointer-chases like crazy. By rolling your own implementations of key algorithms you can reap substantial performance benefits. |
|