static_aabb2d_index

Fast static 2D axis aligned bounding box index

APACHE-2.0 License

Stars
29
Committers
1

Bot releases are visible (Hide)

static_aabb2d_index - 1.1.0 Latest Release

Published by jbuckmccready about 1 year ago

See CHAGELOG.md for changes

static_aabb2d_index -

Published by jbuckmccready over 1 year ago

See CHAGELOG.md for changes

static_aabb2d_index - 0.7.1

Published by jbuckmccready over 1 year ago

See CHAGELOG.md for changes

static_aabb2d_index - 0.7.0

Published by jbuckmccready over 1 year ago

See CHAGELOG.md for changes

static_aabb2d_index - 0.6.0

Published by jbuckmccready over 3 years ago

  • Changed query methods to use ControlFlow and Visitor traits
static_aabb2d_index - 0.5.1

Published by jbuckmccready over 3 years ago

  • Fixed markdown doc link
  • Removed capacity allocation in visit_neighbors (was excessive for common case, use visit_neighbors_with_queue to optimize allocations)
static_aabb2d_index - 0.5.0

Published by jbuckmccready over 3 years ago

  • Added visit_neighbors and visit_neighbors_with_queue methods for finding nearest neighbors to a point
static_aabb2d_index - 0.4.0

Published by jbuckmccready over 3 years ago

  • Removed blanket impl of IndexableNum with direct impl of all supported built in types
  • Added query_iter_with_stack method
  • Fixed 0 item count infinite loop bug and added error case to builder
  • Added size_hint to iterators
static_aabb2d_index - 0.3.0

Published by jbuckmccready almost 4 years ago

  • Added query_iter method which returns a lazy iterator which yields the results of the query
  • Added inline attributes to small methods to improve performance
static_aabb2d_index - 0.2.0

Published by jbuckmccready almost 4 years ago

  • Removed visit_all_boxes and visit_item_boxes
  • Added level_bounds, count, node_size, all_boxes, and map_all_boxes_index
static_aabb2d_index -

Published by jbuckmccready almost 4 years ago

Initial release