{"id":21347101,"url":"https://github.com/kybernetwork/int256","last_synced_at":"2025-03-16T03:44:29.523Z","repository":{"id":217267361,"uuid":"741637482","full_name":"KyberNetwork/int256","owner":"KyberNetwork","description":"256-bit signed integer math lib","archived":false,"fork":false,"pushed_at":"2024-01-18T11:22:29.000Z","size":41,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-22T16:31:09.868Z","etag":null,"topics":["bignumber","golang","int256"],"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/KyberNetwork.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-10T19:59:17.000Z","updated_at":"2024-09-09T16:14:13.000Z","dependencies_parsed_at":"2024-06-21T19:19:30.536Z","dependency_job_id":"11b26856-1fe4-432e-bc20-6798d1a7a5af","html_url":"https://github.com/KyberNetwork/int256","commit_stats":null,"previous_names":["kybernetwork/int256"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyberNetwork%2Fint256","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyberNetwork%2Fint256/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyberNetwork%2Fint256/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KyberNetwork%2Fint256/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KyberNetwork","download_url":"https://codeload.github.com/KyberNetwork/int256/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243822277,"owners_count":20353499,"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":["bignumber","golang","int256"],"created_at":"2024-11-22T02:12:42.123Z","updated_at":"2025-03-16T03:44:29.501Z","avatar_url":"https://github.com/KyberNetwork.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 256-bit signed integer math lib\n\n## Benchmark\n\nNot include overflow cases.\n```\ngoos: darwin\ngoarch: arm64\npkg: github.com/KyberNetwork/int256\nBenchmarkAdd/big-10                     45337424                   26.37 ns/op               72 B/op              1 allocs/op\nBenchmarkAdd/int256-10                  1000000000                0.6601 ns/op                0 B/op              0 allocs/op\nBenchmarkSub/big-10                     44229032                   25.67 ns/op               72 B/op              1 allocs/op\nBenchmarkSub/int256-10                  1000000000                0.6673 ns/op                0 B/op              0 allocs/op\nBenchmarkMul/big-10                     94734348                   12.40 ns/op               28 B/op              0 allocs/op\nBenchmarkMul/int256-10                  346241904                  3.438 ns/op                0 B/op              0 allocs/op\nBenchmarkQuo/big-10                     15639882                   74.99 ns/op               77 B/op              1 allocs/op\nBenchmarkQuo/int256-10                  38883817                   29.94 ns/op                0 B/op              0 allocs/op\nBenchmarkRem/big-10                     16274137                   70.74 ns/op               76 B/op              1 allocs/op\nBenchmarkRem/int256-10                  35832081                   33.01 ns/op                0 B/op              0 allocs/op\nBenchmarkCmp/big-10                     283483120                  4.202 ns/op                0 B/op              0 allocs/op\nBenchmarkCmp/int256-10                  365665669                  3.262 ns/op                0 B/op              0 allocs/op\nBenchmarkFromDecimalString/big-10       2527873                    473.7 ns/op               88 B/op              3 allocs/op\nBenchmarkFromDecimalString/int256-10    9883429                    119.6 ns/op                0 B/op              0 allocs/op\nBenchmarkAnd/big-10                     22740283                   51.33 ns/op              148 B/op              2 allocs/op\nBenchmarkAnd/int256-10                  1000000000                0.6833 ns/op                0 B/op              0 allocs/op\nBenchmarkOr/big-10                      18030810                   65.77 ns/op              188 B/op              2 allocs/op\nBenchmarkOr/int256-10                   1000000000                0.6828 ns/op                0 B/op              0 allocs/op\nBenchmarkXor/big-10                     19921944                   60.22 ns/op              168 B/op              2 allocs/op\nBenchmarkXor/int256-10                  1000000000                0.6836 ns/op                0 B/op              0 allocs/op\nBenchmarkNot/big-10                     47593866                   25.20 ns/op               72 B/op              1 allocs/op\nBenchmarkNot/int256-10                  1000000000                0.5794 ns/op                0 B/op              0 allocs/op\nBenchmarkLsh/big-10                     37263223                   31.85 ns/op               88 B/op              1 allocs/op\nBenchmarkLsh/int256-10                  449856327                  2.662 ns/op                0 B/op              0 allocs/op\nBenchmarkRsh/big-10                     35134976                   34.03 ns/op               54 B/op              1 allocs/op\nBenchmarkRsh/int256-10                  323528000                  3.717 ns/op                0 B/op              0 allocs/op\nBenchmarkSqrt/big-10                    1000000                     1163 ns/op              722 B/op             10 allocs/op\nBenchmarkSqrt/int256-10                 2973258                    405.5 ns/op                0 B/op              0 allocs/op\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkybernetwork%2Fint256","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkybernetwork%2Fint256","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkybernetwork%2Fint256/lists"}