ended4월 21일· 1 sources
High-Performance Go Queue Library Hits v1.7.0 with Zero-Allocation Delay Logic
Go 기반 adrianbrad/queue v1.7.0 출시, '제로 얼로케이션'으로 타이머·재시도 성능 최적화
Why it matters
The new Delay queue implementation significantly optimizes task scheduling by bypassing Go's standard heap boxing to achieve zero-allocation in steady-state. This release strengthens the library as a versatile, thread-safe toolkit for handling complex asynchronous patterns like retries and TTLs under a unified interface.
1
Sources
+0
24h
—
Growth
150d
Active
adrianbrad/queueDelay QueueGoZero-allocationConcurrencyPriority Queue