{"id":19654069,"url":"https://github.com/rachbowyer/keirin-demo","last_synced_at":"2025-09-12T20:39:31.881Z","repository":{"id":90106522,"uuid":"82495381","full_name":"rachbowyer/keirin-demo","owner":"rachbowyer","description":"Example of using the keirin library","archived":false,"fork":false,"pushed_at":"2021-04-15T16:59:38.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T01:54:24.068Z","etag":null,"topics":["clojure","demo","keirin","microbenchmarking"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rachbowyer.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-02-19T22:51:27.000Z","updated_at":"2021-04-22T10:38:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b20d851-3346-4c45-ab8a-8416286f2714","html_url":"https://github.com/rachbowyer/keirin-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rachbowyer/keirin-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rachbowyer%2Fkeirin-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rachbowyer%2Fkeirin-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rachbowyer%2Fkeirin-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rachbowyer%2Fkeirin-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rachbowyer","download_url":"https://codeload.github.com/rachbowyer/keirin-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rachbowyer%2Fkeirin-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274873613,"owners_count":25365824,"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-12T02:00:09.324Z","response_time":60,"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":["clojure","demo","keirin","microbenchmarking"],"created_at":"2024-11-11T15:16:03.272Z","updated_at":"2025-09-12T20:39:31.876Z","avatar_url":"https://github.com/rachbowyer.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# keirin-demo\n\n\nThe Clojure function [\"vec\"](https://clojuredocs.org/clojure.core/vec) is O(n log n) in time, when constructing a \nvector of n elements. However, in practice the behaviour of **vec** is linear as can be seen\nfrom the graph below.\n\n\n![Graph showing points linear](https://static.wixstatic.com/media/3466eb_2285dfe216a54ec38809abe11ccf0a5d~mv2.png/v1/fill/w_540,h_298,al_c,q_85,usm_0.66_1.00_0.01/Vec%20-%20Keirin1.webp)\n\nThe graph was generated using Keirin and the graphing library Analemma\n\n\n## Building and running the example\n\nFirstly, the [\"Analemma library\"](https://github.com/liebke/analemma) needs to be downloaded, built and installed locally.\nThis can be done as follows:\n\n     git clone https://github.com/liebke/analemma.git\n     cd analemma\n     lein uberjar\n     lein install\n\nThen the example should be downloaded, built and run as follows:\n\n     git clone https://github.com/rachbowyer/keirin-demo.git\n     cd keirin-demo\n     lein uberjar\n     ./run.sh\n\nAnd it outputs the graph \"vec-performance.svg\".\n\n\n\n## License\n\nDistributed under the Eclipse Public License version 1.0.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frachbowyer%2Fkeirin-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frachbowyer%2Fkeirin-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frachbowyer%2Fkeirin-demo/lists"}