Skip to content

3.0.0

Compare
Choose a tag to compare
@lithammer lithammer released this 25 Dec 00:01
· 151 commits to master since this release
  • jump.fasthash(key, num_buckets) is gone and will instead be transparently used (if available) when calling jump.hash(key, num_buckets). This also means that it can be installed without a compiler or Python C header files since it will fallback to using the pure Python implementation. #11