pantoniou / libfyaml

Fully feature complete YAML parser and emitter, supporting the latest YAML spec and passing the full YAML testsuite.
MIT License
239 stars 73 forks source link

Upgrade to latest version of xxhash #92

Open bkmgit opened 1 year ago

bkmgit commented 1 year ago

Consider upgrading to latest version of xxhash

pantoniou commented 9 months ago

It's a WIP, but since xxhash has had major changes done this might take a while.

Do you have any specific need that require this update?

bkmgit commented 9 months ago

Helpful for making libfyaml available in linux distros.

pantoniou commented 9 months ago

libfyaml contains a complete copy of an older xxhash version (which is not exported at all via a user facing API).

How's that a problem for inclusion in linux distros?

bkmgit commented 9 months ago

Bundling is discouraged. Happy to make a pull request for the xxhash upgrade if it would be considered.