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

Top 1.5% on proxy.golang.org
Top 0.1% dependent packages on proxy.golang.org
Top 0.1% dependent repos on proxy.golang.org
Top 4.2% forks on proxy.golang.org
Top 0.6% docker downloads on proxy.golang.org

proxy.golang.org : github.com/cockroachdb/apd

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
License: Apache-2.0
Latest release: almost 7 years ago
First release: over 7 years ago
Namespace: github.com/cockroachdb
Dependent packages: 1,368
Dependent repositories: 26,502
Stars: 511 on GitHub
Forks: 32 on GitHub
Docker dependents: 164
Docker downloads: 11,134,648
See more repository details: repos.ecosyste.ms
Last synced: about 14 hours ago

Top 6.7% on proxy.golang.org
github.com/cloud-gov/cf-common v0.1.1
2 versions - Latest release: 11 months ago - 0 stars on GitHub
Top 6.7% on proxy.golang.org
github.com/sthwang-metal/load-balancer-api v0.0.26
26 versions - Latest release: 11 months ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/wawafc/go-utils v1.2.1
11 versions - Latest release: 11 months ago - 0 stars on GitHub
Top 7.5% on proxy.golang.org
github.com/newtri-science/synonym-tool v1.2.0
A tool to check synonymes for our food/ingredient entries
4 versions - Latest release: 11 months ago - 0 stars on GitHub
Top 10.0% on proxy.golang.org
github.com/GabrielHCataldo/go-helper v1.8.1
🛠️ Lightweight, complete, open source utility library written in Go.
82 versions - Latest release: 12 months ago - 14 dependent packages - 0 stars on GitHub
Top 10.0% on proxy.golang.org
github.com/gabrielhcataldo/go-helper v1.8.1
🛠️ Lightweight, complete, open source utility library written in Go.
82 versions - Latest release: 12 months ago - 0 stars on GitHub
Top 10.0% on proxy.golang.org
github.com/GabrielHCataldo/go-error-detail v1.2.1
🪳 Lib written in Go to detail an error occurred in your project, with the function name, file nam...
22 versions - Latest release: 12 months ago - 2 dependent packages - 0 stars on GitHub
Top 9.9% on proxy.golang.org
github.com/GabrielHCataldo/go-errors v1.2.1
22 versions - Latest release: 12 months ago - 8 dependent packages
Top 9.9% on proxy.golang.org
github.com/gabrielhcataldo/go-errors v1.2.1
22 versions - Latest release: 12 months ago
Top 10.0% on proxy.golang.org
github.com/gabrielhcataldo/go-error-detail v1.2.1
🪳 Lib written in Go to detail an error occurred in your project, with the function name, file nam...
22 versions - Latest release: 12 months ago - 0 stars on GitHub
Top 9.2% on proxy.golang.org
github.phpd.cn/c9s/bbgo v1.59.2
134 versions - Latest release: 12 months ago
Top 9.0% on proxy.golang.org
github.com/andycheng123/bbgo v1.59.2 💰
The modern cryptocurrency trading bot written in Go.
134 versions - Latest release: 12 months ago - 0 stars on GitHub
github.com/gabrielhcataldo/go-logger v1.3.4
📑 Lightweight, fully configurable and open source log library written in Go. Supports multiple in...
34 versions - Latest release: 12 months ago - 0 stars on GitHub
github.com/GabrielHCataldo/go-logger v1.3.4
📑 Lightweight, fully configurable and open source log library written in Go. Supports multiple in...
34 versions - Latest release: 12 months ago - 18 dependent packages - 0 stars on GitHub
Top 1.7% on proxy.golang.org
github.com/cube2222/octosql v0.13.0
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databas...
31 versions - Latest release: about 1 year ago - 8 dependent packages - 9 dependent repositories - 4,387 stars on GitHub
Top 6.8% on proxy.golang.org
github.hscsec.cn/cube2222/octosql v0.13.0
29 versions - Latest release: about 1 year ago
github.com/salmanmorshed/simplelinkshortener v0.15.0
32 versions - Latest release: about 1 year ago - 0 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/vinylsummer/microurl v0.0.2
1 version - Latest release: about 1 year ago - 0 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/vinylSummer/microUrl v0.0.2
1 version - Latest release: about 1 year ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/uangpintar/go-modules v1.4.12
480 versions - Latest release: about 1 year ago
Top 7.4% on proxy.golang.org
github.com/niko-labs/libs-go v1.0.7
7 versions - Latest release: about 1 year ago - 0 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/puper/bbgo v0.0.1
The modern cryptocurrency trading bot framework written in Go.
1 version - Latest release: about 1 year ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/postprime/invoice-generator v1.1.1
PostPrime creator payment detail generator
12 versions - Latest release: about 1 year ago - 0 stars on GitHub
Top 9.3% on proxy.golang.org
github.com/kaytu-io/pennywise v1.10.7
Be wise with your pennies.
124 versions - Latest release: about 1 year ago - 0 stars on GitHub
Top 9.2% on proxy.golang.org
github.hscsec.cn/gazette/core v0.99.0
15 versions - Latest release: about 1 year ago
Top 8.2% on proxy.golang.org
github.com/siemens/goscans v1.0.2
Collection of network scan modules for infrastructure discovery and information gathering.
3 versions - Latest release: about 1 year ago - 11 stars on GitHub
Top 7.1% on proxy.golang.org
github.com/siemens/GoScans v1.0.2
Collection of network scan modules for infrastructure discovery and information gathering.
3 versions - Latest release: about 1 year ago - 11 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/i-love-flamingo/flamingo-commerce-adapter-standalone v0.0.5-beta
flamingo-commerce demo (secondary) adapters for the (secondary) ports that work without external...
5 versions - Latest release: about 1 year ago - 2 stars on GitHub
flamingo.me/flamingo-commerce-adapter-standalone v0.0.5-beta
flamingo-commerce demo (secondary) adapters for the (secondary) ports that work without external...
5 versions - Latest release: about 1 year ago - 1 dependent repositories - 4 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/shoet/blog v1.6.0
7 versions - Latest release: about 1 year ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/michelm117/cycling-coach-lab v1.5.1
12 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/GabrielHCataldo/go-redis-template v1.1.5
🗄️ Powerful template for Redis written in Go, with optimized fundamental functions, without havin...
16 versions - Latest release: about 1 year ago - 0 stars on GitHub
Top 9.9% on proxy.golang.org
github.com/gabrielhcataldo/go-redis-template v1.1.5
16 versions - Latest release: about 1 year ago
Top 9.0% on proxy.golang.org
github.com/nxshock/gron v0.0.15
SystemD and cron inspired job scheduler
12 versions - Latest release: about 1 year ago - 0 stars on GitHub
codeberg.org/haulproject/haul v0.108.0
Copyright © 2023 The Haul Authors Inventory management system for patchwork assets.
193 versions - Latest release: about 1 year ago - 4 dependent packages - 2 stars on codeberg.org
Top 9.9% on proxy.golang.org
github.com/GabrielHCataldo/go-cloud-storage v1.1.4
☁️ Powerful and unique integration of multiple cloud storage providers for your project, written ...
15 versions - Latest release: about 1 year ago - 0 stars on GitHub
Top 9.9% on proxy.golang.org
github.com/gabrielhcataldo/go-cloud-storage v1.1.4
☁️ Powerful and unique integration of multiple cloud storage providers for your project, written ...
15 versions - Latest release: about 1 year ago - 0 stars on GitHub
Top 9.1% on proxy.golang.org
github.com/ubermen/flamingo-commerce v0.0.3
Flexible E-Commerce Framework on top of Flamingo. Used to build E-Commerce "Portals" and connect ...
3 versions - Latest release: about 1 year ago - 0 stars on GitHub
gitlab.com/piorun102/pkg v1.2.63
66 versions - Latest release: about 1 year ago - 1 dependent package
Top 5.2% on proxy.golang.org
github.com/jacKc/pgx/v4 v4.18.3
PostgreSQL driver and toolkit for Go
41 versions - Latest release: about 1 year ago - 7,741 stars on GitHub
Top 0.4% on proxy.golang.org
github.com/jackc/pgx/v4 v4.18.3
Package pgx is a PostgreSQL database driver. pgx provides lower level access to PostgreSQL than ...
41 versions - Latest release: about 1 year ago - 8,017 dependent packages - 18,275 dependent repositories - 6,817 stars on GitHub
Top 4.4% on proxy.golang.org
gopkg.in/jackc/pgx.v4 v4.18.3
Package pgx is a PostgreSQL database driver. pgx provides lower level access to PostgreSQL than ...
41 versions - Latest release: about 1 year ago - 10,424 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/JackC/pgx/v4 v4.18.3
PostgreSQL driver and toolkit for Go
41 versions - Latest release: about 1 year ago - 6,817 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/jackc/PGX/v4 v4.18.3
PostgreSQL driver and toolkit for Go
41 versions - Latest release: about 1 year ago - 6,855 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/JACKC/pgx/v4 v4.18.3
PostgreSQL driver and toolkit for Go
41 versions - Latest release: about 1 year ago - 6,855 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/Jackc/pgx/v4 v4.18.3
Package pgx is a PostgreSQL database driver. pgx provides lower level access to PostgreSQL than ...
41 versions - Latest release: about 1 year ago - 10,657 stars on GitHub
github.com/GabrielHCataldo/go-mongo v1.2.2
🍃 Powerful Template for MongoDB, with all functions and interactions optimized and simple to use.
23 versions - Latest release: about 1 year ago - 0 stars on GitHub
Top 10.0% on proxy.golang.org
github.com/gabrielhcataldo/go-mongo-template v1.2.2
🍃 Powerful Template for MongoDB, with all functions and interactions optimized and simple to use.
23 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/gabrielhcataldo/go-mongo v1.2.2
🍃 Powerful Template for MongoDB, with all functions and interactions optimized and simple to use.
23 versions - Latest release: about 1 year ago - 0 stars on GitHub
Top 10.0% on proxy.golang.org
github.com/GabrielHCataldo/go-mongo-template v1.2.2
🍃 Powerful Template for MongoDB, with all functions and interactions optimized and simple to use.
23 versions - Latest release: about 1 year ago - 0 stars on GitHub
github.com/salmanmorshed/SimpleLinkShortener v0.8.0
22 versions - Latest release: about 1 year ago - 0 stars on GitHub
Top 4.3% on proxy.golang.org
code.cloudfoundry.org/rep v0.1442.0
Representative bids on tasks and schedules them on an associated Executor
2 versions - Latest release: about 1 year ago - 16 dependent packages - 41 dependent repositories - 8 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/cloudfoundry-incubator/rep v0.1442.0
10 versions - Latest release: about 1 year ago
Top 9.3% on proxy.golang.org
gitlab.com/piorun102/psql v0.0.2
2 versions - Latest release: about 1 year ago
Top 10.0% on proxy.golang.org
git.agecem.com/agecem/bottin/v6 v6.2.6
Bottin de la masse étudiante, en Go
11 versions - Latest release: about 1 year ago - 0 stars on git.agecem.com
Top 6.8% on proxy.golang.org
gitlab.cern.ch/cernbox/ops/cernboxcop v1.0.40
31 versions - Latest release: about 1 year ago
Top 6.8% on proxy.golang.org
gitlab.cern.ch/cernbox/ops/cernboxcop.git v1.0.40
31 versions - Latest release: about 1 year ago
Top 8.2% on proxy.golang.org
gitlab.cern.ch/cernbox/cernboxcop v1.0.40
31 versions - Latest release: about 1 year ago
Top 8.2% on proxy.golang.org
github.com/dewberry/mcat-ras v0.6.0
HEC-RAS Model Content and Analysis Tool (MCAT)
12 versions - Latest release: over 1 year ago - 2 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/banked/wal-listener/v2 v2.4.2
PostgreSQL WAL listener
13 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 10.0% on proxy.golang.org
github.com/gnolang/blog v0.0.0-20240124135652-992366704ad1
6 versions - Latest release: over 1 year ago - 6 stars on GitHub
Top 4.2% on proxy.golang.org
px.dev/pixie v0.0.0-20240123173315-ecb5353e3112
Instant Kubernetes-Native Application Observability
404 versions - Latest release: over 1 year ago - 1 dependent repositories - 4,421 stars on GitHub
Top 9.7% on proxy.golang.org
github.com/latavin243/goutils v0.0.0-20240122061651-c757ffa1fc46
Golang toolbox
2 versions - Latest release: over 1 year ago - 1 stars on GitHub
github.com/employee-s-file-cabinet/backend v0.10.5-dev
61 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/Employee-s-file-cabinet/backend v0.10.5-dev
56 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 8.4% on proxy.golang.org
github.com/mobilemindtec/go-utils v0.0.0-20240118133429-88d339fa5973
Go lang utils
21 versions - Latest release: over 1 year ago - 1 dependent package - 0 stars on GitHub
Top 8.6% on proxy.golang.org
github.com/phil-inc/pcommon v0.0.0-20240117215659-a4207f97651c
52 versions - Latest release: over 1 year ago - 1 stars on GitHub
Top 5.7% on proxy.golang.org
github.com/USACE/go-consequences v0.0.0-20240117210454-9d335e55f9f6
A lightweight consequences computational engine written in Go
15 versions - Latest release: over 1 year ago - 3 dependent packages - 6 dependent repositories - 10 stars on GitHub
Top 9.9% on proxy.golang.org
github.com/unionj-cloud/chameleon/canal v0.0.0-20240115135455-2ff81d7a169e
2 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 9.8% on proxy.golang.org
github.com/kashifsoofi/blog-code-samples/integration-test-postgres-with-testcontainers-go v0.0.0-20240113201708-334151cdd1fe
Sample projects and code from my blog posts
1 version - Latest release: over 1 year ago - 3 stars on GitHub
Top 8.9% on proxy.golang.org
github.com/exim-id/go-exim-subscriber-lib v1.0.0
1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/unionj-cloud/chameleon v0.0.4
8 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 9.9% on proxy.golang.org
github.com/exim-id/go-exim-base-lib v1.0.2
3 versions - Latest release: over 1 year ago - 1 dependent package - 0 stars on GitHub
github.com/wavefronthq/observability-for-kubernetes/collector v0.0.0-20240111164843-1d907cdf4e06
In Cluster Components to Support Observing Kubernetes with Aria Operations for Applications
113 versions - Latest release: over 1 year ago - 3 stars on GitHub
Top 9.3% on proxy.golang.org
github.com/sqlitebrowser/db4s_cluster_downloader v0.0.0-20240107120407-9049708fa85c
2 versions - Latest release: over 1 year ago
Top 10.0% on proxy.golang.org
github.com/irvankadhafi/cacher v0.0.0-20240106111715-f4895df0ff32
Redis wrapper
1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/Odvin/go-accounting-service v0.0.0-20240105223522-17f2f0b598b4
Double Entry Accounting Service (Go + PostgreSQL)
4 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/jayphan14/GoDatingApp v0.0.0-20240105044130-9c362a5532ef
A Dating App backend written in Go
5 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/alejndr0/go-invoice-generator v0.0.0-20231226210411-604883ad4009
Package generator allows you to easily generate invoices, delivery notes and quotations in GoLang.
2 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/mamoru777/authservice2 v0.0.0-20231225200550-39c6fa8be616
2 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/mamoru777/authservicepublic v0.0.0-20231225190238-7c57c74a1559
1 version - Latest release: over 1 year ago
github.com/go-park-mail-ru/2023_2_Vkladyshi v0.0.0-20231225120228-2fe0e471ee60
Backend репозиторий команды Вкладыши
6 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 9.8% on proxy.golang.org
github.com/Yangiboev/todo v0.0.0-20231219235343-35f6d86db430
1 version - Latest release: over 1 year ago
github.com/kaytu-io/cli v1.14.27
218 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/kaytu-io/cli-program v1.14.27
218 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 9.5% on proxy.golang.org
gitlab.com/empowerlab/stack/go v0.0.0-20231214175913-16d13d0eb38b
6 versions - Latest release: over 1 year ago
Top 9.2% on proxy.golang.org
github.com/HomesNZ/go-common/dbclient/v3 v3.0.0-20231213015702-821ee0c7cbc3
7 versions - Latest release: over 1 year ago - 1 dependent package - 1 dependent repositories - 2 stars on GitHub
github.com/Troom-Corp/troom v0.0.0-20231212155753-3e889aee2b16
Troom - социальная сеть для специалистов и мастеров своего дела.
15 versions - Latest release: over 1 year ago - 0 stars on GitHub
gitee.com/tuolaji123/xorm v0.7.9
1 version - Latest release: over 1 year ago
github.com/khafizullokh02/simplebank v0.0.0-20231209065907-9ccf4c7dd7ce
This is simplebank repository
23 versions - Latest release: over 1 year ago - 0 stars on GitHub
gitlab.com/devtoolskitbot/go-pkg v0.0.3
3 versions - Latest release: over 1 year ago - 0 stars on GitLab.com
gitlab.com/dev-tools-kit-bot/go-pkg v0.0.3
3 versions - Latest release: over 1 year ago
gitlab.com/d.lebedev.dev/go-pkg v0.0.3
3 versions - Latest release: over 1 year ago - 0 stars on GitLab.com
Top 9.5% on proxy.golang.org
gitlab.com/developer-kit/go-pkg v0.0.3
6 versions - Latest release: over 1 year ago
gitlab.com/DevToolsKitBot/go-pkg v0.0.3
3 versions - Latest release: over 1 year ago - 0 stars on GitLab.com
Top 7.0% on proxy.golang.org
github.com/sumelms/microservice-course v0.0.0-20231206171156-2efb808507b3
Sumé LMS Course Microservice
2 versions - Latest release: over 1 year ago - 7 stars on GitHub
github.com/kanaries/gw-dsl-parser v0.0.0-20231206063315-11004dd50a1e
Generate SQL from Graphic Walker visualization DSL
9 versions - Latest release: over 1 year ago - 1 dependent repositories - 2 stars on GitHub
github.com/biangacila/biatechlib-go v0.0.0-20231202105730-a4fe0557661d
1 version - Latest release: over 1 year ago
github.com/biangacila/bialib v0.0.0-20231202103905-5e9db9c28335
2 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 5.3% on proxy.golang.org
github.com/go-bolo/emails v0.1.0
3 versions - Latest release: over 1 year ago - 1 dependent package - 1 dependent repositories
Past Dependents
Include Past Dependents

Check this option to include packages that no longer depend on this package in their latest version but previously did.