https://github.com/unikraft/lib-farmhash
Unikraft port of Google's FarmHash library
https://github.com/unikraft/lib-farmhash
farmhash library unikraft
Last synced: 5 months ago
JSON representation
Unikraft port of Google's FarmHash library
- Host: GitHub
- URL: https://github.com/unikraft/lib-farmhash
- Owner: unikraft
- License: other
- Created: 2020-03-24T16:54:43.000Z (over 6 years ago)
- Default Branch: staging
- Last Pushed: 2024-01-02T20:54:48.000Z (over 2 years ago)
- Last Synced: 2025-07-26T06:08:27.770Z (12 months ago)
- Topics: farmhash, library, unikraft
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.md
Awesome Lists containing this project
README
farmhash for Unikraft
=============================
This is the port of farmhash as a Unikraft external library. It
depends on the following libraries that need to be added to `Makefile`
in this order:
* CXX standard library, e.g. `libunwind`, `compiler-rt`, `libcxxabi`, `libcxx`
* `libc`, e.g. `newlib`
Please refer to the `README.md` as well as the documentation in the `doc/`
subdirectory of the main unikraft repository.