{"id":22564288,"url":"https://github.com/drichardson/wrapping_counters","last_synced_at":"2025-10-11T20:06:43.607Z","repository":{"id":136248453,"uuid":"56530541","full_name":"drichardson/wrapping_counters","owner":"drichardson","description":"Measure performance of different ways to implement wrapping counters","archived":false,"fork":false,"pushed_at":"2019-02-13T20:00:53.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-01T07:15:25.839Z","etag":null,"topics":["performance-test"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drichardson.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-04-18T18:10:33.000Z","updated_at":"2019-02-13T20:00:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"9c16357f-31ea-457a-9d26-8f6cfaa04373","html_url":"https://github.com/drichardson/wrapping_counters","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drichardson/wrapping_counters","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drichardson%2Fwrapping_counters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drichardson%2Fwrapping_counters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drichardson%2Fwrapping_counters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drichardson%2Fwrapping_counters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drichardson","download_url":"https://codeload.github.com/drichardson/wrapping_counters/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drichardson%2Fwrapping_counters/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008577,"owners_count":26084480,"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-10-11T02:00:06.511Z","response_time":55,"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":["performance-test"],"created_at":"2024-12-07T23:14:49.992Z","updated_at":"2025-10-11T20:06:43.602Z","avatar_url":"https://github.com/drichardson.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wrapping Counters Test\n\nTest the performance of ways to implement wrapping counters.\n\nTo build, run `make`.\n\nTo run, `./wrapping_counters_test 128`. The argument is the value to wrap on. It must\nbe a power of 2. The reason it's passed on the command line instead of hard coded is\nso that the optimizer cannot take the exact value into account.\n\nTo disassemble using objdump, run:\n\n    objdump -l -d --demangle wrapping_counters_test\n\nTo disassemble using otool on OSX, run:\n\n    otool -tv wrapping_counters_test|c++filt\n\nor, if you've installed objdump (actually called gobjdump) as part of the binutils package using homebrew on OSX, run:\n\n    gobjdump -l -d --demangle wrapping_counters_test\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrichardson%2Fwrapping_counters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrichardson%2Fwrapping_counters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrichardson%2Fwrapping_counters/lists"}