{"id":18616750,"url":"https://github.com/sile/consistent_hash","last_synced_at":"2025-07-24T15:35:54.252Z","repository":{"id":57610561,"uuid":"79243459","full_name":"sile/consistent_hash","owner":"sile","description":"A Rust implementation of Consistent hashing algorithm","archived":false,"fork":false,"pushed_at":"2017-02-06T18:55:59.000Z","size":12,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T11:42:11.450Z","etag":null,"topics":["consistent-hashing","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sile.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-17T15:48:10.000Z","updated_at":"2022-02-20T03:54:02.000Z","dependencies_parsed_at":"2022-09-26T20:01:24.877Z","dependency_job_id":null,"html_url":"https://github.com/sile/consistent_hash","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sile/consistent_hash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fconsistent_hash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fconsistent_hash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fconsistent_hash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fconsistent_hash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sile","download_url":"https://codeload.github.com/sile/consistent_hash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Fconsistent_hash/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266862632,"owners_count":23996867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["consistent-hashing","rust"],"created_at":"2024-11-07T03:37:48.871Z","updated_at":"2025-07-24T15:35:54.222Z","avatar_url":"https://github.com/sile.png","language":"Rust","readme":"consistent_hash\n===============\n\n[![Crates.io: consistent_hash](http://meritbadge.herokuapp.com/consistent_hash)](https://crates.io/crates/consistent_hash)\n[![Build Status](https://travis-ci.org/sile/consistent_hash.svg?branch=master)](https://travis-ci.org/sile/consistent_hash)\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\nA Rust implementation of Consistent hashing algorithm.\n\n[Documentation](https://docs.rs/consistent_hash)\n\nCurrently this crate only provides statically built, virtual node based hash rings.\n\nAn Informal Benchmark\n----------------------\n\n```sh\n$ cat /proc/cpuinfo  | grep 'model name' | head -1\nmodel name      : Intel(R) Core(TM) i7-6600U CPU @ 2.60GHz\n\n$ uname -a\nLinux ubuntu 4.8.0-34-generic #36-Ubuntu SMP Wed Dec 21 17:24:18 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux\n\n$ cargo run --release --example bench -- /usr/share/dict/words --vnode_count 1000 --nodes Rust Alef C++ Camlp4 CommonLisp Erlang Haskell Hermes Limbo Napier Napier88 Newsqueak NIL Sather StandardML\n\nWORD COUNT: 99156\nREAL NODE COUNT: 15\nVIRTUAL NODE COUNT: 15000 (1000 per node)\n\nSELECTED COUNT PER NODE:\n- Rust:         6265\n- NIL:  6642\n- Sather:       7165\n- Erlang:       6545\n- Camlp4:       6912\n- Napier88:     6287\n- CommonLisp:   6901\n- C++:  6504\n- StandardML:   6937\n- Hermes:       6166\n- Newsqueak:    6725\n- Alef:         6586\n- Haskell:      6240\n- Limbo:        6754\n- Napier:       6527\n\nELAPSED: 18 ms\nWORDS PER SECOND: 5342456\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsile%2Fconsistent_hash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsile%2Fconsistent_hash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsile%2Fconsistent_hash/lists"}