Lemmy: Bestiverse
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
RSS BotMB to Lobste.rsEnglish · 16 days ago

Understanding the Go Runtime: The Bootstrap

internals-for-interns.com

external-link
message-square
0
link
fedilink
2
external-link

Understanding the Go Runtime: The Bootstrap

internals-for-interns.com

RSS BotMB to Lobste.rsEnglish · 16 days ago
message-square
0
link
fedilink
The Bootstrap | Internals for Interns
internals-for-interns.com
external-link
When you write Go, a lot happens behind the scenes. Goroutines are lightweight, channels just work, memory is managed for you, and you never think about thread pools. All of that is powered by the Go runtime—a sophisticated piece of infrastructure that gets compiled into every Go binary. This is the first article in a series where we’ll explore the Go runtime from the inside. We’ll look at how the scheduler multiplexes goroutines onto OS threads, how the memory allocator achieves lock-free fast-path allocations, how the garbage collector runs concurrently while reducing stop-the-world pauses to the bare minimum, and how the system monitor keeps everything running smoothly. Each of those will get its own deep-dive article.

Comments

alert-triangle
You must log in or # to comment.

Lobste.rs

lobsters

Subscribe from Remote Instance

You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !lobsters@lemmy.bestiver.se
lock
Community locked: only moderators can create posts. You can still comment on posts.

RSS Feed of lobste.rs

Source of the RSS Bot

Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 19 users / day
  • 118 users / week
  • 456 users / month
  • 1.39K users / 6 months
  • 2 local subscribers
  • 340 subscribers
  • 11.6K Posts
  • 630 Comments
  • Modlog
  • mods:
  • patrick
  • RSS Bot
  • BE: 0.19.15
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org