Skip to content

xxHash v0.5.0

Compare
Choose a tag to compare
@Cyan4973 Cyan4973 released this 15 Jan 11:47
  • Semantic versioning
    • availability of XXH_versionNumber() and XXH_VERSION_NUMBER for user-side test
  • New canonical API, suggested by @t-mat
  • New : Private API mode
  • New : command line option --little-endian to display hashes with said convention
  • Updated cmake install, thanks to @romange
  • Breaking API change for streaming version using static allocation :
    • XXHnn_state_t is now incomplete type, and cannot be allocated directly on stack
    • use XXHnn_CREATESTATE_STATIC() instead (see xxhash.h for details)