v0.3.0
Pre-release
Pre-release
Release Notes
Version 0.3.0
Geoprox
Geoprox Core
- Using
ahash
as the internal hasher, since it out performed previous benchmarks - Swapped
std::collections
forhashbrown
implementations - Replaced
position_map
implementation fromHashMap
toHashTable
improving key lookup speeds. search
andrange_query
supportcount
andsorted
arguments
Geoprox Server
GET /api/v1/shard/:index
now supports optionalcount
andsorted
query parameters
Geoprox Client
- OpenAPI generated client SDK; published rust client v0.3.0
Full Changelog: v0.2.0...v0.3.0