{"id":15687841,"url":"https://github.com/orisano/radix","last_synced_at":"2025-03-30T11:42:21.892Z","repository":{"id":68082160,"uuid":"356605304","full_name":"orisano/radix","owner":"orisano","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-23T14:21:06.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T05:34:33.665Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/orisano.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":"2021-04-10T14:26:15.000Z","updated_at":"2021-09-23T14:21:09.000Z","dependencies_parsed_at":"2023-07-20T07:30:17.651Z","dependency_job_id":null,"html_url":"https://github.com/orisano/radix","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/orisano%2Fradix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Fradix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Fradix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orisano%2Fradix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orisano","download_url":"https://codeload.github.com/orisano/radix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246314125,"owners_count":20757457,"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-10-03T17:51:19.721Z","updated_at":"2025-03-30T11:42:21.871Z","avatar_url":"https://github.com/orisano.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# radix\n[![Test](https://github.com/orisano/radix/actions/workflows/go.yml/badge.svg)](https://github.com/orisano/radix/actions/workflows/go.yml)\n## Benchmarks\n```\ngoos: darwin\ngoarch: amd64\npkg: github.com/orisano/radix\ncpu: Intel(R) Core(TM) i7-1068NG7 CPU @ 2.30GHz\nBenchmarkSortInt32/parallel-radix/1000-8         \t   9175\t   126633 ns/op\nBenchmarkSortInt32/radix/1000-8                  \t 146168\t     7416 ns/op\nBenchmarkSortInt32/std/1000-8                    \t  24579\t    49791 ns/op\nBenchmarkSortInt32/parallel-radix/10000-8        \t   5852\t   196073 ns/op\nBenchmarkSortInt32/radix/10000-8                 \t  19602\t    61577 ns/op\nBenchmarkSortInt32/std/10000-8                   \t   1104\t  1092107 ns/op\nBenchmarkSortInt32/parallel-radix/100000-8       \t   2031\t   564766 ns/op\nBenchmarkSortInt32/radix/100000-8                \t   1848\t   642259 ns/op\nBenchmarkSortInt32/std/100000-8                  \t     85\t 13660845 ns/op\nBenchmarkSortInt32/parallel-radix/1000000-8      \t    294\t  3998838 ns/op\nBenchmarkSortInt32/radix/1000000-8               \t    177\t  6596822 ns/op\nBenchmarkSortInt32/std/1000000-8                 \t      6\t167633926 ns/op\nBenchmarkSortInt32/parallel-radix/10000000-8     \t     33\t 33278574 ns/op\nBenchmarkSortInt32/radix/10000000-8              \t     18\t 65536943 ns/op\nBenchmarkSortInt32/std/10000000-8                \t      1\t2016386593 ns/op\nBenchmarkSortInt64/radix/1000-8                  \t  81774\t    14584 ns/op\nBenchmarkSortInt64/std/1000-8                    \t  24586\t    49592 ns/op\nBenchmarkSortInt64/radix/10000-8                 \t   8539\t   136973 ns/op\nBenchmarkSortInt64/std/10000-8                   \t   1090\t  1103024 ns/op\nBenchmarkSortInt64/radix/100000-8                \t    798\t  1493399 ns/op\nBenchmarkSortInt64/std/100000-8                  \t     84\t 13716647 ns/op\nBenchmarkSortInt64/radix/1000000-8               \t     74\t 16567415 ns/op\nBenchmarkSortInt64/std/1000000-8                 \t      6\t168054870 ns/op\nBenchmarkSortFloat64/radix/1000-8                \t  59556\t    20545 ns/op\nBenchmarkSortFloat64/std/1000-8                  \t  14757\t    81297 ns/op\nBenchmarkSortFloat64/radix/10000-8               \t   6640\t   173604 ns/op\nBenchmarkSortFloat64/std/10000-8                 \t    933\t  1284367 ns/op\nBenchmarkSortFloat64/radix/100000-8              \t    556\t  2119231 ns/op\nBenchmarkSortFloat64/std/100000-8                \t     74\t 16072978 ns/op\nBenchmarkSortFloat64/radix/1000000-8             \t     54\t 20893954 ns/op\nBenchmarkSortFloat64/std/1000000-8               \t      6\t195648988 ns/op\nPASS\nok  \tgithub.com/orisano/radix\t67.594s\n```\n\n## References\nhttps://lemire.me/blog/2021/04/09/how-fast-can-you-sort-arrays-of-integers-in-java/\n\n## Author\nNao Yonashiro\n\n## License\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forisano%2Fradix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forisano%2Fradix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forisano%2Fradix/lists"}