Pinned Repositories
acmd
Simple, useful and opinionated CLI package in Go.
aconfig
Simple, useful and opinionated config loader.
atomix
Simple and easy wrappers for Go sync/atomic package.
base64
Faster base64 encoding for Go
builq
Easily build SQL queries in Go.
dbump
Go database schema migrator library (See `cristalhq/dbumper` tool)
hedgedhttp
Hedged HTTP client which helps to reduce tail latency at scale.
jwt
Safe, simple and fast JSON Web Tokens for Go
sqlmetrics
Prometheus metrics for Go database/sql via VictoriaMetrics/metrics
synx
Better sync package for Go.
cristalhq's Repositories
cristalhq/jwt
Safe, simple and fast JSON Web Tokens for Go
cristalhq/aconfig
Simple, useful and opinionated config loader.
cristalhq/hedgedhttp
Hedged HTTP client which helps to reduce tail latency at scale.
cristalhq/acmd
Simple, useful and opinionated CLI package in Go.
cristalhq/builq
Easily build SQL queries in Go.
cristalhq/otp
One time password for Go.
cristalhq/.github
Common stuff across cristalhq organization
cristalhq/hedgedgrpc
Hedged Go GRPC client which helps to reduce tail latency at scale.
cristalhq/dbump
Go database schema migrator library (See `cristalhq/dbumper` tool)
cristalhq/fastid
Fast ID generator based on timestamp, sequence number and worker id.
cristalhq/jsn
Go package to easily construct JSON without defined types.
cristalhq/dsvreader
Fast reader for delimiter-separated data
cristalhq/glob
Glob pattern matching in Go.
cristalhq/httpx
Better net/http for Go
cristalhq/benchmarks
Benchmarks for cristalhq and other solutions
cristalhq/bson
BSON for Go
cristalhq/cron
A cron library for Go.
cristalhq/errorx
Better `errors` package for Go
cristalhq/lexorank
Lexorank algorithm in Go
cristalhq/paseto
PASETO in Go
cristalhq/exex
Better os/exec for Go
cristalhq/cryptorand
Go package provides math/rand.Source64 implementation based on crypto/rand.
cristalhq/dbx
Database abstractions for Go
cristalhq/diff
Diff algorithm in Go
cristalhq/junkemail
Fast junk email detector
cristalhq/miniid
miniid generates ID encoded in base62
cristalhq/osx
cristalhq/semver
cristalhq/slowrand
Slow deterministic random generator
cristalhq/strutil
String functions