{"id":20382422,"url":"https://github.com/mkchoi212/transducers","last_synced_at":"2026-04-22T03:34:15.541Z","repository":{"id":88876456,"uuid":"97445168","full_name":"mkchoi212/Transducers","owner":"mkchoi212","description":"Implementation of transducers in Swift","archived":false,"fork":false,"pushed_at":"2017-07-19T02:11:58.000Z","size":205,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T22:42:17.042Z","etag":null,"topics":["functional-programming","swift","transducers"],"latest_commit_sha":null,"homepage":null,"language":"Assembly","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/mkchoi212.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}},"created_at":"2017-07-17T07:01:34.000Z","updated_at":"2017-10-20T15:45:21.000Z","dependencies_parsed_at":"2023-06-12T22:45:21.864Z","dependency_job_id":null,"html_url":"https://github.com/mkchoi212/Transducers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mkchoi212/Transducers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkchoi212%2FTransducers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkchoi212%2FTransducers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkchoi212%2FTransducers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkchoi212%2FTransducers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkchoi212","download_url":"https://codeload.github.com/mkchoi212/Transducers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkchoi212%2FTransducers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32120021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"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":["functional-programming","swift","transducers"],"created_at":"2024-11-15T02:17:32.493Z","updated_at":"2026-04-22T03:34:15.525Z","avatar_url":"https://github.com/mkchoi212.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Transducers in Swift\nThis repo contains a `.playground` file and various benchmarking files that attempt to explain what transducers are and how to implement them in Swift.\n\nThe markdown view in Playground be toggled by switching `Editor -\u003e Show Rendered Markup || Show Raw Markup`\n in the Xcode menus.\n\n## Benchmark\nThe `Benchmark` directory contains the Attabench Xcode project file that was used to generate all the performance graphs used in the blog.\n\nIn addition, assembly code of all versions are available for a more in depth comparison.\nThe file used to generate the assembly is `AssemblyTest.swift`. If you want to\nplay around with it, use the following command to generate your own `.asm` files\n\n```\nxcrun -sdk macosx swiftc -emit-assembly main.swift \u003e result.asm\n```\n\n## Blog Post\nIf you want to check out what this Playground is about but don't want to download it, [here](http://sickaf.xyz/2017/07/transducers) a link to my blog post that is basically its copy.\n\n## Reddit Thread\nGot something to say? Get on Reddit!\n\n[Reddit Link Pt. 1](https://www.reddit.com/r/swift/comments/6nrk3b/transducers_in_swift/)\n\n[Reddit Link Pt. 2](https://www.reddit.com/r/swift/comments/6nzp7l/transducers_in_swift_part_2_performance/)\n\n## License\nThis project is licensed under the terms of the MIT license. See the license file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkchoi212%2Ftransducers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkchoi212%2Ftransducers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkchoi212%2Ftransducers/lists"}