cityhash VS amazon-corretto-crypto-provider

Compare cityhash vs amazon-corretto-crypto-provider and see what are their differences.

cityhash

Automatically exported from code.google.com/p/cityhash (by google)

amazon-corretto-crypto-provider

The Amazon Corretto Crypto Provider is a collection of high-performance cryptographic implementations exposed via standard JCA/JCE interfaces. (by corretto)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
cityhash amazon-corretto-crypto-provider
2 2
1,054 215
1.2% 0.9%
0.0 8.0
almost 2 years ago 2 days ago
Shell Java
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cityhash

Posts with mentions or reviews of cityhash. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-02.

amazon-corretto-crypto-provider

Posts with mentions or reviews of amazon-corretto-crypto-provider. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-06.
  • Use Fast Data Algorithms
    5 projects | news.ycombinator.com | 6 May 2022
    I don't fully agree for two reasons.

    First, I am not sure the data on most in-use hardware (e.g. EC2 m5/c5/i3en etc ...) supports your conclusions. xxHash is faster than crypto hashes always and BLAKE3 single threaded is faster on every Intel machine I've come across in wide deployment. I hear similar arguments around CRC-32 and to be frank it just isn't true on most computers most people run things on.

    Second, many languages don't properly use the hardware instructions and if they do they often don't use them correctly. For example, Java 8 has bog slow SHA-1, AES-GCM and MD5 implementations, and switching to Amazon Coretto Crypto Provider was able to speed SHA/MD5 up by 50% and AES-GCM by ~90% on a reasonably large deployment (although the JDK wasn't using proper hardware instructions for AES-GCM until Java 9 I think it is still slower even after that).

    That being said, like I disclaimed at the top of the benchmark your particular hardware and your particular language matters a lot.

    [1] https://github.com/corretto/amazon-corretto-crypto-provider/...

  • What JCA Security Provider do you use for your Java applications?
    1 project | /r/java | 30 Aug 2021
    If you need better performance (and are running Linux), use the Amazon Corretto Crypto Provider (disclaimer: I am one of its primary authors)

What are some alternatives?

When comparing cityhash and amazon-corretto-crypto-provider you can also consider the following projects:

xxHash - Extremely fast non-cryptographic hash algorithm

BLAKE3 - the official Rust and C implementations of the BLAKE3 cryptographic hash function

makeself - A self-extracting archiving tool for Unix systems, in 100% shell script.

SipHash - High-speed secure pseudorandom function for short messages

wyhash - The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.