Skip to content

v0.2.0

Compare
Choose a tag to compare
@vnayar vnayar released this 25 May 18:50
· 25 commits to master since this release

What's New?

This release is now nearly feature complete with the C++ library. Only encoding/decoding of geometric objects is missing. A few highlights among the additions from the last release are:

  • S2Polygon
  • S2Builder
  • S2BooleanOperation
  • S2ClosestPointQuery
  • S2PolygonSimplifier
  • DenseHashTable
  • DenseHashSet

What's in Store Next?

  • More work is needed to improve performance further. The full D test suite runs in 139 seconds while the C++ full test suite only needs 112 seconds.
  • Encoding/Decoding support for transmitting geometric objects in binary form.