#standard-library

[ follow ]
fromHackernoon
1 week ago

Here's What You Need to Know About Go 1.22 | HackerNoon

In Go 1.22, the traditional 'for' loop gotcha with sharing loop variables is resolved, ensuring variable isolation across iterations for better code reliability.
Scala
fromHackernoon
2 months ago

Go 1.23: The New, Unique Package That Comes With It | HackerNoon

The unique package allows string deduplication through canonicalization, ensuring efficient management of strings while avoiding the overhead of comparing contents if pointers are identical.
Scala
fromThegreenplace
3 months ago

Benchmarking utility for Python

Go's standard library provides efficient benchmarking capabilities that allow developers to easily time computations without cumbersome setup code.
[ Load more ]