{"id":19760513,"url":"https://github.com/ryanavella/wide","last_synced_at":"2025-04-30T13:32:46.842Z","repository":{"id":57552212,"uuid":"156027467","full_name":"ryanavella/wide","owner":"ryanavella","description":"Uint128 and Int128 for Go","archived":false,"fork":false,"pushed_at":"2019-07-09T03:21:01.000Z","size":32,"stargazers_count":4,"open_issues_count":4,"forks_count":3,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-04-06T02:11:47.251Z","etag":null,"topics":["go","golang","int128","integer","integers","uint128"],"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/ryanavella.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-MIT","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-03T22:02:05.000Z","updated_at":"2025-02-25T09:49:44.000Z","dependencies_parsed_at":"2022-09-26T18:50:36.514Z","dependency_job_id":null,"html_url":"https://github.com/ryanavella/wide","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/ryanavella%2Fwide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanavella%2Fwide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanavella%2Fwide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanavella%2Fwide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanavella","download_url":"https://codeload.github.com/ryanavella/wide/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251713011,"owners_count":21631473,"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":["go","golang","int128","integer","integers","uint128"],"created_at":"2024-11-12T03:37:41.681Z","updated_at":"2025-04-30T13:32:46.551Z","avatar_url":"https://github.com/ryanavella.png","language":"Go","readme":"[![](https://godoc.org/github.com/ryanavella/wide?status.svg)](https://godoc.org/github.com/ryanavella/wide) [![Go Report Card](https://goreportcard.com/badge/github.com/ryanavella/wide)](https://goreportcard.com/report/github.com/ryanavella/wide) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/ryanavella/wide/blob/develop/LICENSE-MIT) [![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](https://github.com/ryanavella/wide/blob/develop/LICENSE-UNLICENSE)\r\n\r\n# Wide\r\n\r\nUint128 and Int128 for Go.\r\n\r\nWide is free and open source software distributed under the terms of both the MIT License and the Unlicense.\r\n\r\n## Installing\r\n\r\n```shell\r\ngo get github.com/ryanavella/wide\r\n```\r\n\r\n## Usage\r\n\r\n```golang\r\npackage main\r\n\r\nimport (\r\n\t\"fmt\"\r\n\r\n\t\"github.com/ryanavella/wide\"\r\n)\r\n\r\nfunc main() {\r\n\ta := wide.Int128FromInt64(-3)\r\n\tb := wide.Int128FromInt64(2)\r\n\tfmt.Println(a, b, a.Add(b), a.Sub(b), a.Mul(b), a.Div(b), a.Mod(b))\r\n}\r\n```\r\n\r\n## Scope\r\n\r\nThis package is intended for efficient and fast computations (i.e. for scientific and mathematical applications). There are no plans to support applications which require constant-time cryptographic security.\r\n\r\n## Contributions\r\n\r\nSee [contributor guidelines](CONTRIBUTING.md).\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanavella%2Fwide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanavella%2Fwide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanavella%2Fwide/lists"}