proposal: time: compress implementation for time.Now()
#72982
Labels
LanguageChange
Suggested changes to the Go language
LanguageChangeReview
Discussed by language change review committee
Proposal
Milestone
Go Programming Experience
Advanced
Other Languages Experience
C/C++, JavaScript
Related Idea
Has this idea, or one like it, been proposed before?
No
Does this affect error handling?
No
Is this about generics?
No
Proposal
Why to differ monotonic time? Simplification will help to reduce running time and make
time.Now()
more exact.Compare
and
Language Spec Changes
None
Informal Change
No response
Is this change backward compatible?
Yes. Nothing else changes to the exported methods of
time.Time
.Orthogonality: How does this change interact or overlap with existing features?
No response
Would this change make Go easier or harder to learn, and why?
No response
Cost Description
No response
Changes to Go ToolChain
No response
Performance Costs
No response
Prototype
No response
The text was updated successfully, but these errors were encountered: