{"id":17297027,"url":"https://github.com/adamniederer/emacs-xxhash","last_synced_at":"2026-05-16T08:04:42.175Z","repository":{"id":80548443,"uuid":"92712530","full_name":"AdamNiederer/emacs-xxhash","owner":"AdamNiederer","description":"Use xxhash from emacs lisp","archived":false,"fork":false,"pushed_at":"2017-05-29T06:25:34.000Z","size":2,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T20:52:15.535Z","etag":null,"topics":["emacs","emacs-lisp","emacs-modules","xxhash"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdamNiederer.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-29T06:25:05.000Z","updated_at":"2024-12-16T02:53:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc58c4df-16a6-44ed-b54a-36d1937e1288","html_url":"https://github.com/AdamNiederer/emacs-xxhash","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AdamNiederer/emacs-xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamNiederer%2Femacs-xxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamNiederer%2Femacs-xxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamNiederer%2Femacs-xxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamNiederer%2Femacs-xxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdamNiederer","download_url":"https://codeload.github.com/AdamNiederer/emacs-xxhash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamNiederer%2Femacs-xxhash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273973764,"owners_count":25200575,"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-09-06T02:00:13.247Z","response_time":2576,"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":["emacs","emacs-lisp","emacs-modules","xxhash"],"created_at":"2024-10-15T11:14:29.363Z","updated_at":"2026-05-16T08:04:42.058Z","avatar_url":"https://github.com/AdamNiederer.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"* emacs-xxhash\nHash things really really fast, from emacs!\n\nThis library is an emacs lisp wrapper around the wonderful [[https://github.com/Cyan4973/xxHash][libxxhash]].\n\n** Setup\nFirst, make sure your copy of emacs was compiled with the `--with-modules` flag,\nand has a version greater than or equal to 25.1\n\nThen, compile the library:\n\n#+BEGIN_SRC shell\n  make\n  cp xxh.so $EMACS_LOAD_PATH\n#+END_SRC\n\nTo use the library from emacs:\n\n#+BEGIN_SRC elisp\n  (require 'xxh)\n  (xxh-64-str \"Hello, world!\")\n#+END_SRC\n** Functions\n- ~(xxh-64 vec)~ - Return a hex string of representing the 64-bit hash of\n  ~vec~. ~vec~ must be a vector, and each value in the vector must be a number\n  less than 255 (if it's not, all bits higher than 8 are ignored)\n- ~(xxh-64-str str)~ - Return a hex string representing the 64-bit hash of\n  ~vec~. ~vec~ must be a string.\n- ~(xxh-32 vec)~ - Return a hex string of representing the 32-bit hash of\n  ~vec~. ~vec~ must be a vector, and each value in the vector must be a number\n  less than 255 (if it's not, all bits higher than 8 are ignored)\n- ~(xxh-32-str str)~ - Return a hex string representing the 32-bit hash of\n  ~vec~. ~vec~ must be a string.\n** License\nGPLv3+\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamniederer%2Femacs-xxhash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamniederer%2Femacs-xxhash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamniederer%2Femacs-xxhash/lists"}