Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ezrasingh ezrasingh released this 04 Aug 02:06
· 96 commits to main since this release

Release Notes

Version 0.3.0

Geoprox

  • Bumped geoprox-core to v0.3.0
  • Bumped geoprox-server to v0.3.0

Geoprox Core

  • Using ahash as the internal hasher, since it out performed previous benchmarks
  • Swapped std::collections for hashbrown implementations
  • Replaced position_map implementation from HashMap to HashTable improving key lookup speeds.
  • search and range_query support count and sorted arguments

Geoprox Server

  • GET /api/v1/shard/:index now supports optional count and sorted query parameters

Geoprox Client

Full Changelog: v0.2.0...v0.3.0