{"id":18249598,"url":"https://github.com/unitycontainer/benchmarks-del","last_synced_at":"2025-06-12T22:37:11.026Z","repository":{"id":66232690,"uuid":"111044119","full_name":"unitycontainer/benchmarks-del","owner":"unitycontainer","description":"Performance comparisons between different versions of Unity","archived":false,"fork":false,"pushed_at":"2019-06-21T00:52:03.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-08T20:23:56.896Z","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/unitycontainer.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-11-17T01:50:26.000Z","updated_at":"2019-06-21T00:52:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"f57c4bd2-12b4-4f78-b13f-a31bc51c44a9","html_url":"https://github.com/unitycontainer/benchmarks-del","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unitycontainer/benchmarks-del","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitycontainer%2Fbenchmarks-del","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitycontainer%2Fbenchmarks-del/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitycontainer%2Fbenchmarks-del/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitycontainer%2Fbenchmarks-del/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unitycontainer","download_url":"https://codeload.github.com/unitycontainer/benchmarks-del/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitycontainer%2Fbenchmarks-del/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259542248,"owners_count":22873786,"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":[],"created_at":"2024-11-05T09:40:38.776Z","updated_at":"2025-06-12T22:37:10.997Z","avatar_url":"https://github.com/unitycontainer.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"This project uses [BenchmarkDotNet](http://benchmarkdotnet.org/) to compare performance of different versions of the library.\n\n``` ini\n\nBenchmarkDotNet=v0.11.3, OS=Windows 10.0.17134.523 (1803/April2018Update/Redstone4)\nIntel Core i7-6700K CPU 4.00GHz (Skylake), 1 CPU, 8 logical and 4 physical cores\nFrequency=3914058 Hz, Resolution=255.4893 ns, Timer=TSC\n  [Host]     : .NET Framework 4.7.2 (CLR 4.0.30319.42000), 64bit RyuJIT-v4.7.3260.0\n  Job-NIEANE : .NET Framework 4.7.2 (CLR 4.0.30319.42000), 64bit RyuJIT-v4.7.3260.0\n\nInvocationCount=100000  LaunchCount=1  RunStrategy=Throughput  \n\n```\n|       Method |  Version |        Mean |      Error |     StdDev |\n|------------- |--------- |------------:|-----------:|-----------:|\n|    **Singleton** | **4.0.1** |   **455.53 ns** |  **4.3610 ns** |  **4.0793 ns** |\n| Unregistered | 4.0.1 |   893.14 ns |  3.9070 ns |  3.6546 ns |\n|    Transient | 4.0.1 |   906.03 ns |  4.0031 ns |  3.5487 ns |\n|      Mapping | 4.0.1 |   776.70 ns |  2.3000 ns |  2.1514 ns |\n|        Array | 4.0.1 | 8,725.32 ns | 36.1246 ns | 33.7909 ns |\n|   Enumerable | 4.0.1 |          NA |         NA |         NA |\n|    **Singleton** | **5.8.13** |   **127.87 ns** |  **0.9838 ns** |  **0.9203 ns** |\n| Unregistered | 5.8.13 |   128.18 ns |  1.2329 ns |  1.1532 ns |\n|    Transient | 5.8.13 |   143.36 ns |  1.7001 ns |  1.5071 ns |\n|      Mapping | 5.8.13 |   141.33 ns |  1.4194 ns |  1.3278 ns |\n|        Array | 5.8.13 |   642.21 ns |  4.4079 ns |  3.9075 ns |\n|   Enumerable | 5.8.13 |   739.89 ns |  3.5254 ns |  3.2977 ns |\n|    **Singleton** | **5.9.0** |    **76.19 ns** |  **0.8752 ns** |  **0.8187 ns** |\n| Unregistered | 5.9.0 |    88.37 ns |  0.8162 ns |  0.7635 ns |\n|    Transient | 5.9.0 |    96.90 ns |  1.3002 ns |  1.1526 ns |\n|      Mapping | 5.9.0 |   122.58 ns |  2.4451 ns |  2.4014 ns |\n|        Array | 5.9.0 |   605.97 ns |  5.6593 ns |  5.2937 ns |\n|   Enumerable | 5.9.0 |   669.90 ns |  5.6207 ns |  4.6935 ns |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funitycontainer%2Fbenchmarks-del","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funitycontainer%2Fbenchmarks-del","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funitycontainer%2Fbenchmarks-del/lists"}