1 comment (1 comment)0 reactions (0 reactions)1 assignee (1 assignee)Go1,061 forks (1,061 forks)batch import
exportedgood first issuepriority: p3type: cleanup
Repository metrics
- Stars
- 12,713 stars (12,713 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
This could avoid taking a lock in CalibratedClocks.GetTime.
Contributor guide
- Research direction
- Investigate the use of sequence numbers as an alternative to locking in CalibratedClocks.GetTime. Study the current locking mechanism and design a sequence number based approach to avoid contention.
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- Goconcurrencylocking