Заметки о запуске Go в браузере с WebAssembly
https://eli.thegreenplace.net/2024/notes-on-running-go-in-the-browser-with-webassembly/
https://eli.thegreenplace.net/2024/notes-on-running-go-in-the-browser-with-webassembly/
GoMLX: машинное обучение в Go без Python
https://eli.thegreenplace.net/2024/gomlx-ml-in-go-without-python/
https://eli.thegreenplace.net/2024/gomlx-ml-in-go-without-python/
Оптимизация с ускорением в 38147125738.8 раз )))
https://xnacly.me/posts/2024/optimizing-a-dependency/
https://xnacly.me/posts/2024/optimizing-a-dependency/
xnacly.me
Optimizing a go package by 38147125738.8x
Investigating performance issues in a go package for open port lookup
В Go 1.24: эксперимент по тестированию времени и параллелизма — Взгляд на еще одну функцию, которая появится в Go 1.24 в начале следующего года. На этот раз это экспериментальный testing/synctest пакет, который открывает некоторые дополнительные возможности для тестирования кода, связанного со временем или параллелизмом
https://danp.net/posts/synctest-experiment/
https://danp.net/posts/synctest-experiment/
This media is not supported in your browser
VIEW IN TELEGRAM
Представили задачу для разработчиков? Обучить нейронку определять .....)) 😂
Обзор Go 1.24
https://devcenter.upsun.com/posts/go-124/
https://docs.google.com/presentation/d/1jvc0RzrshOOjkeEnsyea2jwjs_zVOcyETG558pqPOK0/
https://devcenter.upsun.com/posts/go-124/
https://docs.google.com/presentation/d/1jvc0RzrshOOjkeEnsyea2jwjs_zVOcyETG558pqPOK0/
Upsun
Golang 1.24 is looking seriously awesome
The Golang team just released the first release candidate of Golang 1.24. At Upsun, we use Golang extensively for everything in our hot path, especially for the routing of HTTP requests throughout our infrastructure. Here is what we are looking forward to…