{"id":17322373,"url":"https://github.com/jenting/deepcopy-bench","last_synced_at":"2025-09-05T02:18:30.742Z","repository":{"id":129093251,"uuid":"414873896","full_name":"jenting/deepcopy-bench","owner":"jenting","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-22T08:04:05.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T03:41:31.470Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jenting.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-08T06:36:27.000Z","updated_at":"2025-02-13T23:40:27.000Z","dependencies_parsed_at":"2025-03-27T03:40:32.940Z","dependency_job_id":"6d8af2f7-5d53-4d9c-a7c9-bd8192dcffa2","html_url":"https://github.com/jenting/deepcopy-bench","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jenting/deepcopy-bench","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenting%2Fdeepcopy-bench","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenting%2Fdeepcopy-bench/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenting%2Fdeepcopy-bench/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenting%2Fdeepcopy-bench/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jenting","download_url":"https://codeload.github.com/jenting/deepcopy-bench/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenting%2Fdeepcopy-bench/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273699926,"owners_count":25152330,"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-05T02:00:09.113Z","response_time":402,"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-10-15T13:41:55.587Z","updated_at":"2025-09-05T02:18:30.697Z","avatar_url":"https://github.com/jenting.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DeepCopy Bench\n\n```shell\n$ go test -bench=. -benchmem -covermode atomic -race -v -count=1\n\ngoos: linux\ngoarch: amd64\npkg: github.com/jenting/deepcopy-bench\ncpu: Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz\nBenchmarkEngineStatusManual\nBenchmarkEngineStatusManual-12             58260             17680 ns/op            5328 B/op         46 allocs/op\nBenchmarkEngineStatusAuto\nBenchmarkEngineStatusAuto-12               62176             18672 ns/op            5328 B/op         46 allocs/op\n```\n\n```shell\n$ go test -bench=. -benchmem -covermode atomic -race -v -benchtime=10s\n\ngoos: linux\ngoarch: amd64\npkg: github.com/jenting/deepcopy-bench\ncpu: Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz\nBenchmarkEngineStatusManual\nBenchmarkEngineStatusManual-12    \t  654806\t     17536 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusAuto\nBenchmarkEngineStatusAuto-12      \t  573153\t     18809 ns/op\t    5328 B/op\t      46 allocs/op\n```\n\n```shell\n$ go test -bench=. -benchmem -covermode atomic -race -v -count=10\n\ngoos: linux\ngoarch: amd64\npkg: github.com/jenting/deepcopy-bench\ncpu: Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz\nBenchmarkEngineStatusManual\nBenchmarkEngineStatusManual-12    \t   64958\t     17598 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusManual-12    \t   68036\t     17847 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusManual-12    \t   67488\t     17444 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusManual-12    \t   68929\t     17400 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusManual-12    \t   68101\t     17730 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusManual-12    \t   67458\t     17744 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusManual-12    \t   66082\t     17889 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusManual-12    \t   69452\t     17876 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusManual-12    \t   68677\t     17833 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusManual-12    \t   66700\t     17878 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusAuto\nBenchmarkEngineStatusAuto-12      \t   60763\t     18706 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusAuto-12      \t   64200\t     18674 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusAuto-12      \t   63416\t     18839 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusAuto-12      \t   61822\t     19506 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusAuto-12      \t   62412\t     19101 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusAuto-12      \t   60321\t     19315 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusAuto-12      \t   60768\t     19246 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusAuto-12      \t   62434\t     18911 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusAuto-12      \t   63513\t     19997 ns/op\t    5328 B/op\t      46 allocs/op\nBenchmarkEngineStatusAuto-12      \t   62738\t     19454 ns/op\t    5328 B/op\t      46 allocs/op\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenting%2Fdeepcopy-bench","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenting%2Fdeepcopy-bench","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenting%2Fdeepcopy-bench/lists"}