Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 5.4% on proxy.golang.org
Top 2.1% dependent packages on proxy.golang.org
Top 4.7% dependent repos on proxy.golang.org
Top 1.2% docker downloads on proxy.golang.org

proxy.golang.org : github.com/shabbyrobe/go-num

Package num provides uint128 (U128) and int128 (I128) 128-bit integer types, covering most of the big.Int API. `I128` is a signed "two's complement" implementation that should behave the same way on overflow as `int64`. `U128` and `I128` are immutable value types by default; operations always return a new value rather than mutating the existing one. Performance on x86-64/amd64 architectures is the focus. Simple example: 64-bit helpers: U128 and I128 can be created from a variety of sources: U128 and I128 support the following formatting and marshalling interfaces:

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/shabbyrobe/go-num
Keywords: bigint, biginteger, bignum, go, golang, int128, number, uint128
License: MIT
Latest release: over 2 years ago
First release: over 2 years ago
Namespace: github.com/shabbyrobe
Dependent packages: 7
Dependent repositories: 1
Stars: 20 on GitHub
Forks: 2 on GitHub
Docker dependents: 3
Docker downloads: 753
See more repository details: repos.ecosyste.ms
Last synced: 1 day ago

    Loading...
    Readme
    Loading...