geohash-rs-wasm
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

geohash-rs-wasm

Wraps the geohash-rs crate, with a few judicious additions:

  • Vectorized versions of the string form decode and encode with one-copy passing
  • Integer form decode and encode methods (also vectorized)
  • Vectorized round-trip string->int encoding/decoding (i.e. 'wxy321' -> 3465345221n)

NB: there is a small amount of unsafe code in the vectorized methods, involving pointer dereferencing.

Roadmap:

  • [x] decode_int, encode_int for u32, u64 variants (vectorized)
  • [] decode, encode for u32, u64 variants (vectorized)
  • [] simd optimizations
  • [] wasm feature fallbacks/multiple targets
  • [] passthrough upstream non-vectorized methods
  • [] expand environment targets

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.02latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.02

Package Sidebar

Install

npm i geohash-rs-wasm

Weekly Downloads

0

Version

0.1.0

License

none

Unpacked Size

25.3 kB

Total Files

6

Last publish

Collaborators

  • hydrogenplustime