A highly scalable distributed high-speed approximate nearest neighbor dense vector search engine.
Go Kubernetes Vector Search Distributed Systems Cloud Native
π‘ Used by LY Corporation for similar image search, ad delivery, and recommendations. 99th percentile latency β€50ms. Infrastructure costs reduced to ~1/10.
Ultra-fast lock-free in-memory cache library with xxh3 hashing, TTL management, and key hash sharding.
Go Cache Performance Lock-free Zero-Alloc
π‘ Standard library used across LY Corporation's mission-critical Go services including Vald and Athenz products.
High-speed logging library for Go with leveled logging and colorized output, designed for high-volume log output.
Go Logging Performance
π‘ Standard library within LY Corporation for mission-critical Go applications including Vald and ad delivery infrastructure.
Super fast time library for Go with zero memory allocation, returning approximate current time via background goroutine.
Go Performance Time Zero-Alloc
π‘ Widely adopted within LY Corporation's Go ecosystem for low-overhead time retrieval in performance-critical paths.
Kubernetes authorization webhook integrating with Athenz for fine-grained RBAC access control on K8s resources.
Go Kubernetes Authorization Athenz
π‘ Deployed to 1300+ Kubernetes clusters as company-wide SSoT platform. Reduced per-engineer auth implementation from 3 days to 30 minutes.
Go library that caches Athenz policies and certificates for authentication and authorization of service requests.
Go Athenz Authorization Security
π‘ Core component of the transparent auth proxy that keeps policy cache within the sidecar, dramatically reducing communication overhead.
Authorization Proxy β 8 GitHubKubernetes sidecar reverse proxy for API endpoint authentication and authorization using Athenz. Supports OAuth2, role tokens, and mTLS.
Go Kubernetes Athenz Sidecar Reverse Proxy
π‘ Transparent authentication proxy avoiding inline Athenz queries, part of the Athenz OSS ecosystem built from scratch.
Athenz Client Sidecar β 8 GitHubKubernetes sidecar container providing a common interface to retrieve authentication and authorization credentials from Athenz server.
Go Kubernetes Athenz Sidecar Security
π‘ Handles N-token, access token, and role token retrieval with automatic caching and renewal.