Top 0.6% dependent packages on proxy.golang.org
Top 0.4% dependent repos on proxy.golang.org
Top 4.0% forks on proxy.golang.org
Top 1.0% docker downloads on proxy.golang.org
proxy.golang.org : github.com/cockroachdb/apd/v3
Package apd implements arbitrary-precision decimals. apd implements much of the decimal specification from the General Decimal Arithmetic (http://speleotrove.com/decimal/) description, which is refered to here as GDA. This is the same specification implemented by pythons decimal module (https://docs.python.org/2/library/decimal.html) and GCCs decimal extension. Panic-free operation. The math/big types don’t return errors, and instead panic under some conditions that are documented. This requires users to validate the inputs before using them. Meanwhile, we’d like our decimal operations to have more failure modes and more input requirements than the math/big types, so using that API would be difficult. apd instead returns errors when needed. Support for standard functions. sqrt, ln, pow, etc. Accurate and configurable precision. Operations will use enough internal precision to produce a correct result at the requested precision. Precision is set by a "context" structure that accompanies the function arguments, as discussed in the next section. Good performance. Operations will either be fast enough or will produce an error if they will be slow. This prevents edge-case operations from consuming lots of CPU or memory. Condition flags and traps. All operations will report whether their result is exact, is rounded, is over- or under-flowed, is subnormal (https://en.wikipedia.org/wiki/Denormal_number), or is some other condition. apd supports traps which will trigger an error on any of these conditions. This makes it possible to guarantee exactness in computations, if needed. SQL scan and value methods are implemented. This allows the use of Decimals as placeholder parameters and row result Scan destinations. apd has two main types. The first is Decimal which holds the values of decimals. It is simple and uses a big.Int with an exponent to describe values. Most operations on Decimals can’t produce errors as they work directly on the underlying big.Int. Notably, however, there are no arithmetic operations on Decimals. The second main type is Context, which is where all arithmetic operations are defined. A Context describes the precision, range, and some other restrictions during operations. These operations can all produce failures, and so return errors. Context operations, in addition to errors, return a Condition, which is a bitfield of flags that occurred during an operation. These include overflow, underflow, inexact, rounded, and others. The Traps field of a Context can be set which will produce an error if the corresponding flag occurs. An example of this is given below.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/cockroachdb/apd/v3
License: Apache-2.0
Latest release: over 1 year ago
First release: over 3 years ago
Namespace: github.com/cockroachdb/apd
Dependent packages: 305
Dependent repositories: 384
Stars: 516 on GitHub
Forks: 33 on GitHub
Docker dependents: 35
Docker downloads: 6,736,286
See more repository details: repos.ecosyste.ms
Last synced: about 11 hours ago
github.com/KeranYang/cuelang-playground v1.0.2
3 versions - Latest release: 11 months ago - 0 stars on GitHubgithub.com/keranyang/cuelang-playground v1.0.2
3 versions - Latest release: 11 months ago - 0 stars on GitHubgithub.com/intelops/genval v0.1.6
Verify, Generate and Validate dockerfile, K8s Manifests, Helm, Timoni, Kustomize, K8s Operators, ...8 versions - Latest release: 11 months ago - 2 stars on GitHub
github.com/runeroven/benthossmtp v0.0.1
1 version - Latest release: 11 months ago - 0 stars on GitHubgithub.com/airycanon/kyverno v0.0.1
Kubernetes Native Policy Management1 version - Latest release: 11 months ago - 0 stars on GitHub
github.com/cll-gg/benthos/v4 v4.30.1
Fancy stream processing made operationally mundane44 versions - Latest release: 11 months ago - 0 stars on GitHub
github.phpd.cn/vimeo/dials v0.16.0
11 versions - Latest release: 11 months agogithub.com/linktimecloud/kdp-oam-operator v1.1.1
KDP OAM Operator provides a highly programmable application-centric delivery model for KDP system...10 versions - Latest release: 11 months ago - 5 stars on GitHub
github.com/thatInfrastructureGuy/cue v0.8.2
The home of the CUE language! Validate and define text-based and dynamic configuration1 version - Latest release: 12 months ago - 1 stars on GitHub
github.com/thatinfrastructureguy/cue v0.8.2
The home of the CUE language! Validate and define text-based and dynamic configuration1 version - Latest release: 12 months ago - 1 stars on GitHub
github.com/alextalks/cockroach-gen v0.24.1-0
2 versions - Latest release: 12 months ago - 1 dependent packagegithub.com/santoshkal/genval-fork v1.1.2
Verify, Generate and Validate dockerfile, K8s Manifests, Helm, Timoni, Kustomize, K8s Operators, ...2 versions - Latest release: 12 months ago - 0 stars on GitHub
github.com/TykTechnologies/benthos/v4 v4.27.1
Fancy stream processing made operationally mundane2 versions - Latest release: 12 months ago - 1 stars on GitHub
github.com/tyktechnologies/benthos/v4 v4.27.1
Fancy stream processing made operationally mundane2 versions - Latest release: 12 months ago - 1 stars on GitHub
github.com/srenatus/benthos/v4 v4.28.0 💰
Fancy stream processing made operationally mundane2 versions - Latest release: 12 months ago - 0 stars on GitHub
github.com/amanbolat/pkg v0.0.4
9 versions - Latest release: 12 months agogithub.com/poseidon/terraform-provider-cue v0.4.1
Terraform provider for evaluting CUE to render JSON5 versions - Latest release: 12 months ago - 6 stars on GitHub
github.phpd.cn/noris-network/cuegen v0.14.6
2 versions - Latest release: 12 months agogithub.com/deelawn/gno v0.0.4-workshop
Gno language & gno.land chain4 versions - Latest release: 12 months ago - 0 stars on GitHub
github.com/jeffmitchell-sas/benthos/v4 v4.27.0
Fancy stream processing made operationally mundane4 versions - Latest release: 12 months ago - 0 stars on GitHub
github.phpd.cn/apecloud/kubeblocks v0.8.3
136 versions - Latest release: about 1 year agogithub.com/apecloud/kubeblocks-sugar v0.1.0
Syntax sugar APIs for simplifying the manipulation of a cluster with ease1 version - Latest release: about 1 year ago - 0 stars on GitHub
github.com/taylormonacelli/illprogram v0.0.1
1 version - Latest release: about 1 year ago - 0 stars on GitHubgithub.com/cockroachdb/molt v0.2.0
Migrate Off Legacy Things - open-source tooling to assist migrations to CockroachDB.13 versions - Latest release: about 1 year ago - 7 stars on GitHub
github.com/rudifa/cue-issues-fmt-comments v0.3.0
Investigate several cue fmt bugs where comments in source get misplaced5 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/rudifa/cuedo v0.3.0
Investigate several cue fmt bugs where comments in source get misplaced4 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/open-component-model/mpas-product-controller v0.11.1
A Kubernetes controller to manage the lifecycle of MPAS products19 versions - Latest release: about 1 year ago - 1 dependent package - 1 dependent repositories - 0 stars on GitHub
github.com/andreas-habel/benthos/v4 v4.26.0-cookie
Fancy stream processing made operationally mundane1 version - Latest release: about 1 year ago - 0 stars on GitHub
github.com/sebakri/dnv v0.2.0
2 versions - Latest release: about 1 year agogithub.phpd.cn/sigstore/policy-controller v0.9.0
24 versions - Latest release: about 1 year agogithub.chickoi.com/sigstore/policy-controller v0.9.0
24 versions - Latest release: about 1 year agogithub.xiaoq7.com/sigstore/policy-controller v0.9.0
24 versions - Latest release: about 1 year agogithub.com/kyverno/cosign/v2 v2.2.4-deps-fix
1 version - Latest release: about 1 year agogithub.com/fluffy-bunny/benthos-cloudevents-fluffycore v1.0.15
Benthos plugin that processes cloudevents and sends them downstream to a gprc handler.58 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/gnoswap-labs/gno v0.0.4
Gno language & gno.land chain6 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/harry-hov/gnopls v0.1.1
5 versions - Latest release: about 1 year agogithub.com/Racer159/jackal v1.0.0
Package main is the entrypoint for the Jackal binary.2 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/racer159/jackal v1.0.0
Package main is the entrypoint for the Jackal binary.129 versions - Latest release: about 1 year ago - 1 stars on GitHub
github.com/defn/dev/m v0.0.278
Home lab configuration and programs1,055 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/elastic/crossplane-function-cue v0.1.9
A crossplane function that runs cue scripts that adhere to a specific interface10 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/permadao/permaswap v0.0.2
Permaswap2 versions - Latest release: about 1 year ago - 3 stars on GitHub
github.com/permadao/Permaswap v0.0.2
Permaswap2 versions - Latest release: about 1 year ago - 3 stars on GitHub
github.com/devinchristianson/benthos/v4 v4.26.0
Fancy stream processing made operationally mundane40 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/anovateam/benthos/v4 v4.26.0
Fancy stream processing made operationally mundane54 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/morlay/cue v0.8.0
The new home of the CUE language! Validate and define text-based and dynamic configuration86 versions - Latest release: about 1 year ago - 1 stars on GitHub
github.com/meshery/meshery-nighthawk v0.7.1
Distributed performance management4 versions - Latest release: about 1 year ago - 24 stars on GitHub
github.phpd.cn/chainloop-dev/chainloop v0.75.2
42 versions - Latest release: about 1 year agogithub.com/RuneRoven/benthosADS v1.0.4
4 versions - Latest release: about 1 year ago - 0 stars on GitHubgithub.com/runeroven/benthosads v1.0.4
3 versions - Latest release: about 1 year ago - 0 stars on GitHubgithub.com/octohelm/cuemod v0.9.4
experimental cuelang mod tool46 versions - Latest release: about 1 year ago - 2 dependent packages - 1 dependent repositories - 31 stars on GitHub
github.com/cacoco/codemetagenerator v0.49.0
Interactive generator to create a CodeMeta SoftwareSourceCode description7 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/cockroachdb/cockroachdb-parser v0.23.2
Apache licensed CockroachDB parser and dependencies.8 versions - Latest release: over 1 year ago - 11 dependent packages - 5 dependent repositories - 15 stars on GitHub
github.com/sigstore/k8s-manifest-sigstore v0.5.4
kubectl plugin for signing Kubernetes manifest YAML files with sigstore15 versions - Latest release: over 1 year ago - 42 dependent packages - 42 dependent repositories - 72 stars on GitHub
sigs.k8s.io/promo-tools/v4 v4.0.5
Container and file artifact promotion tooling for the Kubernetes project6 versions - Latest release: over 1 year ago - 1 dependent package - 2 dependent repositories - 145 stars on GitHub
github.com/kubernetes-sigs/promo-tools/v4 v4.0.5
Container and file artifact promotion tooling for the Kubernetes project6 versions - Latest release: over 1 year ago - 132 stars on GitHub
github.com/ugent-library/benthos-ldap v0.0.0-20240124170103-e3ad01390e04
1 version - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/nucleuscloud/neosync/backend v0.0.0-20240124170021-336ee683296c
391 versions - Latest release: over 1 year ago - 1 dependent package - 1 dependent repositories - 3 stars on GitHubgithub.com/enterprise-contract/ec-cli/acceptance v0.0.0-20240123215420-c8ac07132ff8
Enterprise Contract command line interface159 versions - Latest release: over 1 year ago - 6 stars on GitHub
github.com/kortschak/dex v0.0.0-20240123192417-27d0986444c4
El Gato Stream Deck controller and infrastructure44 versions - Latest release: over 1 year ago - 2 stars on GitHub
github.com/openmeterio/benthos-openmeter v0.0.6
Ingest events into OpenMeter from everywhere6 versions - Latest release: over 1 year ago - 2 stars on GitHub
github.com/kyverno/playground/backend v0.0.0-20240123101803-1d9fa415f973
Powers the Kyverno playground17 versions - Latest release: over 1 year ago - 14 stars on GitHub
github.com/innoai-tech/infra v0.0.0-20240123073205-8d9b32ddacc6
45 versions - Latest release: over 1 year ago - 7 dependent packages - 2 dependent repositories - 0 stars on GitHubgithub.com/innoai-tech/nodekit v0.0.0-20240123052708-fb9e16e279ce
11 versions - Latest release: over 1 year ago - 2 stars on GitHubgithub.com/openshift-pipelines/tektoncd-catalog v0.0.0-20240122142046-dc1648fe305f
Catalog of Tekton resources (Tasks, Pipelines, …) by Red Hat27 versions - Latest release: over 1 year ago - 5 stars on GitHub
github.com/shaxbee/butler v0.0.0-20240121090142-dc581ee8daf2
2 versions - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/brevdev/currency v0.1.0
Currency handling for Go.1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.hscsec.cn/myinstacar/currency v1.0.0
1 version - Latest release: over 1 year agogithub.phpd.cn/myinstacar/currency v1.0.0
1 version - Latest release: over 1 year agogithub.imxd.top/kyverno/kyverno v1.11.4
208 versions - Latest release: over 1 year agogithub.com/nirmata/kyverno v1.11.4
Kubernetes Native Policy Management307 versions - Latest release: over 1 year ago - 1 dependent package - 1 dependent repositories - 9 stars on GitHub
github.skymusic.top/kyverno/kyverno v1.11.4
208 versions - Latest release: over 1 year agogithub.skymusic.top/perses/perses v0.43.0
66 versions - Latest release: over 1 year agogithub.com/octohelm/kubepkgspec v0.0.0-20240117081917-6c879b29e668
1 version - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/khulnasoft/meshplay v0.0.0-20240116014323-c3fc761b0ced
26 versions - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/lucasrod16/exploitlens v0.0.0-20240115233331-9d0aa3259549
A simple, lightweight vulnerability scanner that reports if CVEs are present in the CISA KEV data...1 version - Latest release: over 1 year ago - 1 stars on GitHub
github.com/fsvxavier/default-vertical-slice v0.0.0-20240115142526-884c8039fe22
4 versions - Latest release: over 1 year ago - 3 stars on GitHubgithub.com/khulnasoft/nighthawk-go v0.0.0-20240115123014-d57191dc2c4d
1 version - Latest release: over 1 year agogithub.com/khulnasoft/meshsync v0.7.2
1 version - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/carderne/gobean v0.1.0 💰
Package main is just an entrypoint Check package bean for full details!15 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/Caascad/cue-diff v0.2.0
Cue diff library2 versions - Latest release: over 1 year ago - 1 stars on GitHub
github.com/octohelm/unifs v0.0.0-20240108082849-67a9126d8379
8 versions - Latest release: over 1 year ago - 1 dependent repositories - 0 stars on GitHubgithub.com/octohelm/wagon v0.0.0-20240107024417-9eeeb25a463e
Another build tool based-on dagger-engine17 versions - Latest release: over 1 year ago - 1 stars on GitHub
github.com/Djoulzy/benthos-fsnotify v0.0.0-20240105092134-e943ee4bbbc4
1 version - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/khulnasoft/meshkit v0.0.0-20240105012149-6acfab869a42
3 versions - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/DolusMockServer/dolus v0.0.0-20240104210106-6c09873ecb6f
3 versions - Latest release: over 1 year ago - 0 stars on GitHubgo.seankhliao.com/mono v0.0.0-20240101232814-ff1ddd23673e
15 versions - Latest release: over 1 year agogithub.hscsec.cn/dzungtran/echo-rest-api v0.3.1
8 versions - Latest release: over 1 year agogithub.com/dzungtran/echo-rest-api v0.3.1
A Golang restful API boilerplate based on Echo framework v4. Includes tools for module generation...8 versions - Latest release: over 1 year ago - 18 stars on GitHub
github.phpd.cn/dzungtran/echo-rest-api v0.3.1
8 versions - Latest release: over 1 year agogithub.com/scottlaird/netbox2dns v1.1.1
Tool for publishing netbox IPs into Google Cloud DNS (and potentially others)5 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/armmanmechanics/terraform-provider-scribble v0.0.9
5 versions - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/octohelm/kubepkg v0.5.4
WIP14 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/innoai-tech/worklist v0.0.0-20231218030919-22eb11f05051
10 versions - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/noot/atomic-swap v0.4.3
💫 ETH-XMR atomic swap implementation10 versions - Latest release: over 1 year ago - 237 stars on GitHub
github.com/athanorlabs/atomic-swap v0.4.3
💫 ETH-XMR atomic swap implementation10 versions - Latest release: over 1 year ago - 2 dependent packages - 2 dependent repositories - 237 stars on GitHub
github.com/AthanorLabs/atomic-swap v0.4.3
💫 ETH-XMR atomic swap implementation10 versions - Latest release: over 1 year ago - 247 stars on GitHub
github.com/aca/go v0.0.0-20231213042303-0d924cc1ef38
20 versions - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/shono-io/leeroy v0.5.8
11 versions - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/go-saas/kit/gateway/apisix v0.0.0-20231207071509-8e55a6f58fa1
Microservice compatible starter kit for golang sass project9 versions - Latest release: over 1 year ago - 59 stars on GitHub
github.com/nehal119/benthos-119 v1.1.2
Fancy stream processing made operationally mundane11 versions - Latest release: over 1 year ago - 0 stars on GitHub
Check this option to include packages that no longer depend on this package in their latest version but previously did.