mmh3

Python extension for MurmurHash (MurmurHash3), a set of fast and robust hash functions. (by hajimes)

Mmh3 Alternatives

Similar projects and alternatives to mmh3 based on common topics and language

  1. py-spy

    26 mmh3 VS py-spy

    Sampling profiler for Python programs

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. murmurhash

    💥 Cython bindings for MurmurHash2 (by explosion)

  4. mrjob

    1 mmh3 VS mrjob

    Run MapReduce jobs on Hadoop or Amazon Web Services

  5. circuitpython

    CircuitPython - a Python implementation for teaching coding with microcontrollers

  6. jep

    5 mmh3 VS jep

    Embed Python in Java

  7. ucall

    13 mmh3 VS ucall

    Web Serving and Remote Procedure Calls at 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-RPC & REST over io_uring ☎️

  8. CPython-Internals

    Dive into CPython internals, trying to illustrate every detail of CPython implementation

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better mmh3 alternative or higher similarity.

mmh3 discussion

Log in or Post with

mmh3 reviews and mentions

Posts with mentions or reviews of mmh3. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-24.
  • Does python have a siphash implementation ready to use?
    1 project | /r/learnpython | 5 Sep 2023
    I am playing with some dict implementation and so far I have either used murmur hash library or some custom bit manipulation.
  • Data Ingestion - Build Your Own "Map Reduce"?
    4 projects | dev.to | 24 Dec 2021
    Some notes: We don't need Sha256 and not evey base64; nothing will happen if keys will not distribute very equally. we could take MMH3; googling "python murmurhash" gives 2 interesting results; and since both use the same cpp code, let's take the one with most stars Other options would be to simply do (% NUM_SHARDS) or even shift right (however must have shards count == power of 2).

Stats

Basic mmh3 repo stats
2
327
8.6
5 days ago

hajimes/mmh3 is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of mmh3 is C.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that C is
the 6th most popular programming language
based on number of references?