#standard-library

[ follow ]
fromHackernoon
1 month 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
Scala
fromHackernoon
4 months ago

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

The Go 1.23 standard library introduces a unique package for efficient deduplication and canonicalization of comparable values.
fromThegreenplace
5 months ago
Python

Benchmarking utility for Python

Go offers simple and effective benchmarking through its standard library, allowing easy computation timing.
Python's timeit module, while functional, introduces complexities that make benchmarking less convenient than in Go.
[ Load more ]