This is the Linux app named CityHash whose latest release can be downloaded as cityhashsourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named CityHash with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
CityHash
DESCRIPTION:
CityHash is a family of non-cryptographic hash functions optimized for extremely fast and high-quality hashing of strings on modern CPUs. Developed by Google, it is implemented in C++ and designed to efficiently handle both short and long inputs using techniques such as mixing operations and CPU-specific optimizations. CityHash offers multiple hash sizes—32-bit, 64-bit, 128-bit, and 256-bit variants—with the CRC-based versions leveraging hardware acceleration on CPUs that support SSE4.2 CRC32 instructions. The library emphasizes hashing performance and uniformity rather than cryptographic security, making it ideal for use in data structures like hash tables and distributed systems requiring rapid key lookups. CityHash has been rigorously tested using tools like SMHasher to ensure high-quality mixing and collision resistance across a wide range of inputs. Its speed and portability have made it a popular choice for developers needing dependable, lightweight hash functions.
Features
- High-performance non-cryptographic hash functions for strings and binary data
- Supports 32-bit, 64-bit, 128-bit, and 256-bit output variants
- Optimized for little-endian 64-bit CPUs, with CRC32 acceleration on supported hardware
- Thoroughly tested for hash quality and collision resistance using SMHasher
- Portable C++ implementation compatible with various compilers and platforms
- Ideal for hash tables, caching systems, and general-purpose string hashing
Programming Language
C++, Unix Shell
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/cityhash.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.