|
You are here |
dolthub.com | ||
| | | | |
hjr265.me
|
|
| | | | | I wanted to list all the time zones in Go. The standard library in Go comes with the time package. It also comes with the time/tzdata package. The standard time package in Go is very well-thought-out. It makes date-time manipulation deceptively simple. Yet, I could not find a way to list all the time zones. Time Zone Database The documentation for time.LoadLocation describes how Go uses four sources of time zone data: | |
| | | | |
antonz.org
|
|
| | | | | Computing the smallest/largest value and clearing containers. | |
| | | | |
www.sethvargo.com
|
|
| | | | | Go 1.21 has some awesome new functionality that improves the developer experience and performance. | |
| | | | |
bitshifter.github.io
|
|
| | | [AI summary] The text discusses the development and performance of the Rust linear algebra library 'glam', which leverages SIMD for optimized computations. It compares 'glam' with other libraries like 'cgmath' and 'nalgebra', highlighting its efficiency, especially when using SIMD. The text also covers benchmarking tools like 'mathbench' and 'criterion', and the use of assembly inspection for performance analysis. The author plans to enhance 'glam' over time based on community feedback and explores future optimizations using crates like 'packed_simd'. | ||