facebook / hhvm

A virtual machine for executing programs written in Hack.
https://hhvm.com
Other
18.12k stars 2.98k forks source link

possible to include xxhash into hhvm? #8119

Open unisqu opened 6 years ago

unisqu commented 6 years ago

possible to include xxhash into hhvm?

fredemmott commented 6 years ago

We have an internal extension - I'm unsure if it would be suitable for wider release - @terrelln ?

terrelln commented 6 years ago

There is no reason it couldn't be open sourced, its only dependency is xxhash. It currently only provides an interface to the XXH64() function, but it could be extended if needed.

Daniel15 commented 3 years ago

@fredemmott Are there any plans to do this? xxhash support in HHVM open-source would be really useful :)