{"id":26167499,"url":"https://github.com/raftlib/benchmarks","last_synced_at":"2026-04-25T09:33:37.089Z","repository":{"id":75809565,"uuid":"262683553","full_name":"RaftLib/benchmarks","owner":"RaftLib","description":"Repository of raftlib benchmarks","archived":false,"fork":false,"pushed_at":"2020-10-27T14:04:24.000Z","size":130019,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-11T17:49:07.367Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.raftlib.io ","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/RaftLib.png","metadata":{"files":{"readme":"README.md","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":"2020-05-10T00:25:24.000Z","updated_at":"2024-12-31T12:49:15.000Z","dependencies_parsed_at":"2023-02-27T00:31:06.557Z","dependency_job_id":null,"html_url":"https://github.com/RaftLib/benchmarks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RaftLib/benchmarks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaftLib%2Fbenchmarks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaftLib%2Fbenchmarks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaftLib%2Fbenchmarks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaftLib%2Fbenchmarks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RaftLib","download_url":"https://codeload.github.com/RaftLib/benchmarks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RaftLib%2Fbenchmarks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32257750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-03-11T17:38:00.462Z","updated_at":"2026-04-25T09:33:37.083Z","avatar_url":"https://github.com/RaftLib.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notes\n* Most of the benchmarks are derived from other sources,\nwhere this is so we've listed them as such to give credit\nto the original source. \n\n# benchmarks\n* parallel-bzip\n    * Original open source code is contained within this folder\n    along with respective license\n    * RaftLib version of bzip compress is also included\n    * Datasets: \n        * large - (1\u003c\u003c30)\n        * medium - (1 \u003c\u003c 20)\n        * small  - (1 \u003c\u003c 10)\n\n* streamcluster - part of the PARSEC benchmark suite, original\npapers and information is available [here](https://parsec.cs.princeton.edu)\n    * Still in progress (as in not finished yet for the RL version)\n    * TBB and Pthreads versions exist and are included as well. \n\n\n* dedup - todo\n    * designed to be pipelined so should be easy \n\n* ferret - todo\n    * designed to be pipelined so should be easy \n\n* x264 - todo \n    * likely pretty easy to parallelize\n\n\n* fluidanimate\n\n* stringmatch\n    * not sure if this is the best benchmark given\n    it almost always ends up being RAM speed limited\n    in the RL case vs. coompute limited...but, maybe\n    not a bad idea to add. \n\n\n# Porting notes\n## M:N queue specifics \n* For specifying M:1 queue behavior, use \nthe reduce kernel, the runtime can remove\nthis one and insert a M:1 capable Queue\n* For 1:N queue behavior, use a split kernel\nwhich the runtime will remove and insert a\n1:N capable queue. \n* For M:N behavior use a mux kernel which \ntakes M inputs, distributes them to N outputs. \nThe runtime will take this kernel and replace\nit with an M:N capable FIFO when available. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraftlib%2Fbenchmarks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraftlib%2Fbenchmarks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraftlib%2Fbenchmarks/lists"}