Discover and read the best of Twitter Threads about #fishshell

Most recents (2)

Open Source Software Favorites:
System Monitoring and Telemetry:
github.com/aksakalli/gtop
gtop is a straightforward and easy to use Visual System monitoring dashboard. #gtop #unix
Read 7 tweets
1/12 Let's talk about posix_spawn, and when to use it.
2/ posix_spawn was reaction to the high cost of fork/exec. It traded off flexibility, and in return, it bought efficient kernel implementations (macOS, FreeBSD, Solaris?), but also permitted user-space implementations built atop fork/exec (Linux).
3/ High cost: fork (in principle) means copying the whole address space. Linux is on-brand with its optimistic COW and OOM killer. It's very fast (until you explode, acceptable risk).
Read 12 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!