tgindex
🇺🇦 Go performance channel

🇺🇦 Go performance channel

Статистика
@go_perfТехнологиианглийский

Go performance, runtime, concurrency. Talks, blogposts and open source projects for gophers. Not affiliated with Go team. https://go-perf.dev (mail: hello@go-perf.dev / @olegkovalov)

Последний пост
3 июл.
Последнее чтение
14:32
Постов за неделю
0
Всего постов
20
Тип
открытый
Язык
английский
Категория
Технологии (по похожим)
В каталоге с
13 авг.
Подписчики
1 434
−1 за 3 дн.
Сутки
0
0,00%
Неделя
 
Месяц
 
Просмотров на пост
2 307
20 постов
Вовлечённость
160,9%
к подписчикам
Постов в день
0,0
всего 20
Упоминаний
0
каналов
Охват размещения
оценка
1/24сутки в ленте
1/48двое суток
1/72трое суток

Оценка по просмотрам недавних постов: пост набирает почти всё за первые сутки.

Посты

  • 3 июл.718720

    Zero-copy in Go: sendfile, splice, and the cost of io.Copy https://segflow.github.io/post/zero-copy-sendfile-splice/

  • 24 мар.1 48443

    > internal/runtime/maps: add GOEXPERIMENT=mapsplitgroup for KKKKVVVV slot order https://go-review.googlesource.com/c/go/+/711560

  • 11 февр.2 148122

    https://go.dev/blog/go1.26

  • 11 февр.1 92863

    https://go.dev/blog/go1.26

  • 5 янв.2 480714

    Package archsimd provides access to architecture-specific SIMD operations. This is a low-level package that exposes hardware-specific functionality. It currently supports AMD64. This package is experimental, and not subject to the Go 1 compatibility promise. It only exists when building with the GOEXPERIMENT=simd environment variable set. https://pkg.go.dev/simd/archsimd@go1.26rc1

  • 2 дек.3 020116

    🥳 Go 1.25.5 and 1.24.11 are released! 🔐 Security: Includes security fixes for crypto/x509 (CVE-2025-61729, CVE-2025-61727). 🗣 Announcement: groups.google.com/g/golang-ann... 📦 Download: go.dev/dl/#go1.25.5 #golang

  • 26 нояб.2 49089

    strconv: replace Ryu ftoa with Dragonbox The new implementation has been fuzz-tested against the current Ryu implementation in addition to the existing test suite. Benchmarks show at least ~15-20% performance improvement. https://go-review.googlesource.com/c/go/+/700075 #golang

  • 15 нояб.2 491138

    https://go.dev/blog/16years

  • 30 окт.2 8901620

    The Green Tea Garbage Collector https://go.dev/blog/greenteagc

  • Memory Allocation in #golang https://nghiant3223.github.io/2025/06/03/memory_allocation_in_go.html

  • Making DecodeRuneInString is inlinable #golang https://github.com/golang/go/issues/48195#issuecomment-3224273708

  • proposal: simd: architecture-specific SIMD intrinsics under a GOEXPERIMENT #golang https://github.com/golang/go/issues/73787#issuecomment-3208178910

  • 🔥🔥🔥 #golang https://github.com/golang/go/issues/43930#issuecomment-3201879413

  • https://go.dev/blog/container-aware-gomaxprocs

  • https://go.dev/doc/go1.25

  • How Go 1.24's Swiss Tables saved us hundreds of gigabytes #golang https://www.datadoghq.com/blog/engineering/go-swiss-tables/

  • How to store Go pointers from assembly https://mazzo.li/posts/go-asm-pointers.html

  • https://turso.tech/blog/we-rewrote-large-parts-of-our-api-in-go

  • Assert your #golang code is inlined and bounds-check eliminated https://github.com/jordanlewis/gcassert

  • Golang sync.Pool is not a silver bullet https://wundergraph.com/blog/golang-sync-pool #golang