murmurhash

💥 Cython bindings for MurmurHash2 (by explosion)

Murmurhash Alternatives

Similar projects and alternatives to murmurhash

  1. direnv

    unclutter your .profile

  2. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  3. Numba

    127 murmurhash VS Numba

    NumPy aware dynamic Python compiler using LLVM

  4. py-spy

    Sampling profiler for Python programs

  5. Pyjion

    Pyjion - A JIT for Python based upon CoreCLR (by tonybaloney)

  6. legion

    The Legion Parallel Programming System (by StanfordLegion)

  7. python-mysql-replication

    Pure Python Implementation of MySQL replication protocol build on top of PyMYSQL

  8. preshed

    💥 Cython hash tables that assume keys are pre-hashed

  9. 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
  10. psycopg2cffi

    Port to cffi with some speed improvements

  11. mrjob

    1 murmurhash VS mrjob

    Run MapReduce jobs on Hadoop or Amazon Web Services

  12. mmh3

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

  13. gevent

    6 murmurhash VS gevent

    Coroutine-based concurrency library for Python

  14. pymssql

    Official home for the pymssql source code.

  15. sparc-curation

    code and files for SPARC curation workflows

  16. MurMurHash

    This little tool is to calculate a MurmurHash value of a favicon to hunt phishing websites on the Shodan platform.

  17. dockerfiles

    docker files to reproduce environments (by tgbugs)

  18. 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 murmurhash alternative or higher similarity.

murmurhash discussion

Log in or Post with

murmurhash reviews and mentions

Posts with mentions or reviews of murmurhash. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-31.
  • Is anyone using PyPy for real work?
    13 projects | news.ycombinator.com | 31 Jul 2023
    If you have very large dicts, you might find this hash table I wrote for spaCy helpful: https://github.com/explosion/preshed . You need to key the data with 64-bit keys. We use this wrapper around murmurhash for it: https://github.com/explosion/murmurhash

    There's no docs so obviously this might not be for you. But the software does work, and is efficient. It's been executed many many millions of times now.

  • 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 murmurhash repo stats
2
42
4.8
about 1 month ago

Sponsored
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io

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