{"id":16828609,"url":"https://github.com/gowebprod/uuid7","last_synced_at":"2025-03-23T15:31:32.065Z","repository":{"id":57692402,"uuid":"482954684","full_name":"GoWebProd/uuid7","owner":"GoWebProd","description":"Go UUIDv7 implementation","archived":false,"fork":false,"pushed_at":"2024-12-16T13:17:43.000Z","size":12,"stargazers_count":24,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T21:52:29.478Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GoWebProd.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-18T18:30:56.000Z","updated_at":"2024-12-18T17:05:47.000Z","dependencies_parsed_at":"2023-11-30T17:53:49.545Z","dependency_job_id":null,"html_url":"https://github.com/GoWebProd/uuid7","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/GoWebProd%2Fuuid7","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoWebProd%2Fuuid7/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoWebProd%2Fuuid7/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoWebProd%2Fuuid7/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GoWebProd","download_url":"https://codeload.github.com/GoWebProd/uuid7/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245122821,"owners_count":20564381,"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-13T11:27:34.882Z","updated_at":"2025-03-23T15:31:31.518Z","avatar_url":"https://github.com/GoWebProd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uuid7\n\nDocumentation:\nhttps://datatracker.ietf.org/doc/html/draft-peabody-dispatch-new-uuid-format-03\n\n## Example\n\n```go\npackage main\n\nimport (\n    \"log\"\n\n    \"github.com/GoWebProd/uuid7\"\n)\n\nfunc main() {\n    u := uuid7.New()\n\n    log.Println(u.Next().String())\n}\n```\n\n## Benchmark\n\n```\ngoos: linux\ngoarch: amd64\npkg: github.com/GoWebProd/uuid7\ncpu: Intel Xeon Processor (Skylake, IBRS)\nBenchmarkNext-8         18314782                65.94 ns/op            0 B/op          0 allocs/op\nBenchmarkString-8       17735802                67.66 ns/op           48 B/op          1 allocs/op\nBenchmarkParse-8        14948330                78.38 ns/op            0 B/op          0 allocs/op\nPASS\nok      github.com/GoWebProd/uuid7      3.812s\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgowebprod%2Fuuid7","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgowebprod%2Fuuid7","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgowebprod%2Fuuid7/lists"}