diff --git a/README.md b/README.md index ba0ae5c..29084f7 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,6 @@ TG is a geometry library for C that is small, fast, and easy to use. I designed it for programs that need real-time geospatial, such as geofencing, monitoring, and streaming analysis. -
- ## Features - Implements OGC [Simple Features](https://en.wikipedia.org/wiki/Simple_Features) including Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon, GeometryCollection. @@ -36,7 +27,7 @@ It's a non-goal for TG to be a full GIS library. Consider [GEOS](https://libgeos TG uses [entirely new](docs/POLYGON_INDEXING.md) indexing structures that speed up [geometry predicates](API.md#geometry-predicates). It can index more than 10GB per second of point data on modern hardware, while using less than 7% of additional memory, and can perform over 10 million point-in-polygon operations, even when using large polygons with over 10K points. The following benchmark provides an example of the point-in-polygon performance -of TG when using a large polygon. In this case of Brazil, which has 39K points. (see image above) +of TG when using a large polygon. In this case of Brazil, which has 39K points.
 Brazil              ops/sec    ns/op  points  hits       built      bytes