{"id":18306319,"url":"https://github.com/nickng/go-overhead-benchmarks","last_synced_at":"2025-04-09T10:48:58.299Z","repository":{"id":145535567,"uuid":"154868047","full_name":"nickng/go-overhead-benchmarks","owner":"nickng","description":"Go overhead measurements","archived":false,"fork":false,"pushed_at":"2018-10-26T17:51:12.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T05:13:54.632Z","etag":null,"topics":["golang","perf"],"latest_commit_sha":null,"homepage":"","language":"Go","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/nickng.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":"2018-10-26T17:09:43.000Z","updated_at":"2018-11-14T15:35:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"ba69c258-788e-45c3-858c-416f8fd3858a","html_url":"https://github.com/nickng/go-overhead-benchmarks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickng%2Fgo-overhead-benchmarks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickng%2Fgo-overhead-benchmarks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickng%2Fgo-overhead-benchmarks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickng%2Fgo-overhead-benchmarks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickng","download_url":"https://codeload.github.com/nickng/go-overhead-benchmarks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248027382,"owners_count":21035594,"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","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":["golang","perf"],"created_at":"2024-11-05T15:38:42.076Z","updated_at":"2025-04-09T10:48:58.266Z","avatar_url":"https://github.com/nickng.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-overhead-benchmarks\n\nVarious overhead comparison benchmarks, for guiding\ndesign decisions when using Go as implementation language.\n\n## Interface overhead\n\nTests the overhead of using interface instead of a native type as a map key.\nThe interface would be used to abstract both a primitive type and a struct.\n\n    BenchmarkIfaceOverheadNativePrimitive\n    BenchmarkIfaceOverheadNativeStruct\n    BenchmarkIfaceOverheadIfacePrimitive\n    BenchmarkIfaceOverheadIfaceStruct\n\n## String construction\n\nTests which way of string construction is the fastest.\n\n    BenchmarkStringConcat\n    BenchmarkStringSprintf\n    BenchmarkStringByteBuf\n    BenchmarkStringStringBuilder\n\n(Concat \u003c StringBuilder \u003c ByteBuf \u003c Sprintf)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickng%2Fgo-overhead-benchmarks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickng%2Fgo-overhead-benchmarks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickng%2Fgo-overhead-benchmarks/lists"}