Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@dhconnelly dhconnelly released this 27 Oct 04:54
· 3 commits to master since this release
8ee7250

v1.2.0

What's Changed

  • add github actions workflow by @dhconnelly in #35
  • switch out ci badge w/github actions by @dhconnelly in #36
  • add markdown syntax highlighting for Go code by @Abductcows in #37
  • fix tree corruption upon delete then insert by @fumin in #39
  • improve search performance by reduce overlapping by @fumin in #40
  • Reduce unnecessary allocations and sorting to improve performance by @fumin in #41
  • make entry.bb plain Rect struct instead of pointer by @fumin in #42
  • remove unneeeded allocation in computeBoundingBox by @fumin in #43
  • optimize condenseTree and computeBoundingBox by @fumin in #44
  • Fix NewRectFromPoints modifying its inputs by @magnushiie in #47
  • Minor SearchIntersect clarification doc edit by @minkezhang in #50
  • fix:realign node struct for making it allocate less memory by @mertakman in #52

New Contributors

Full Changelog: v1.1.0...v1.2.0