{"id":21347242,"url":"https://github.com/willkill07/apple-juicer","last_synced_at":"2025-10-21T18:27:30.561Z","repository":{"id":262739427,"uuid":"888179232","full_name":"willkill07/apple-juicer","owner":"willkill07","description":"Squeeze the performance out of your Apple device","archived":false,"fork":false,"pushed_at":"2024-11-16T04:27:01.000Z","size":26,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T23:59:08.164Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willkill07.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":"2024-11-14T00:25:46.000Z","updated_at":"2024-11-16T04:27:04.000Z","dependencies_parsed_at":"2024-11-14T02:31:25.934Z","dependency_job_id":"3d6b6285-caac-450f-b9c9-d3126688530d","html_url":"https://github.com/willkill07/apple-juicer","commit_stats":null,"previous_names":["willkill07/apple-juicer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willkill07/apple-juicer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willkill07%2Fapple-juicer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willkill07%2Fapple-juicer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willkill07%2Fapple-juicer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willkill07%2Fapple-juicer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willkill07","download_url":"https://codeload.github.com/willkill07/apple-juicer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willkill07%2Fapple-juicer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273279097,"owners_count":25077309,"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-02T02:00:09.530Z","response_time":77,"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":[],"created_at":"2024-11-22T02:13:24.493Z","updated_at":"2025-10-21T18:27:30.460Z","avatar_url":"https://github.com/willkill07.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Apple Juicer\n\nA way to squeeze the compute and/or memory performance out of your Apple product.\n\n## Benchmarks\n- GEMM: compute-bound workload evaluating the compute performance of the AMX subsystem\n- STREAM: memory-bound workload evaluating the memory performance of the M-series memory subsystem\n\n## Prerequisites\n\n### Hardware\n\n- Apple M-series processor\n\n### Software\n\nI've intentionally kept the prerequisites minimal to potentially enable more folks to be able to easily run these benchmarks.\n\n- Operating System: macOS Sequoia. Older versions may work, just not tested.\n- AppleClang installed (default C++ compiler as part of Developer Tools on macOS)\n  - Another compiler may work; however, prelimary C++23 support is required for `std::print`\n- Homebrew with `libomp` package installed to the _default_ location (`/opt/homebrew`)\n\n## Running\n\n1. Clone the repository:\n\n```bash\ngit clone https://www.github.com/willkill07/apple-juicer.git\n```\n\n2. Switch to the repository directory:\n\n```bash\ncd apple-juicer\n```\n\n3. Build the executable files:\n\n```bash\nmake\n```\n\n4. Invoke your executable of choice (either `./gemm` or `./stream`)\n\n```bash\n./stream\n./gemm\n```\n\n## Questions / Issues / Comments\n\nFeel free to open any issues or PRs. Contributions are welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillkill07%2Fapple-juicer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillkill07%2Fapple-juicer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillkill07%2Fapple-juicer/lists"}