Skip to content

Releases: pmmp/ext-xxhash

0.2.0

27 May 15:59
2baeb10
Compare
Choose a tag to compare

Changes since 0.1.1

  • Added the following new functions:
    • xxhash3_64bits()
    • xxhash3_128bits()
    • xxhash32_int() - specialized, accepts int and returns int, maybe useful for array indexing
    • xxhash64_int() - specialized, accepts int and returns int
    • xxhash3_64bits_int() - specialized, accepts int and returns int
  • Updated xxhash subtree to v0.8.1
  • Updated GitHub Actions versions

0.1.1

23 Nov 21:31
2eb1dd5
Compare
Choose a tag to compare

Changes since 0.1.0

  • Use xxHash's canonicalHash APIs for byte order normalization
  • xxHash library version is now shown in php -i when the extension is loaded.