internals

2 articles
sort: new top best
clear filter
0 2/10

Technical deep-dive into Go's runtime scheduler, explaining the GMP model (Goroutine, Machine/OS thread, Processor) and how the scheduler multiplexes millions of lightweight goroutines onto a small number of OS threads while maintaining CPU efficiency and preventing starvation.

Go GOMAXPROCS schedt src/runtime/runtime2.go
internals-for-interns.com · valyala · 5 days ago · details · hn
0 4/10

Bippy is a React internals toolkit that bypasses React's default access restrictions by impersonating React DevTools and hooking into the window.__REACT_DEVTOOLS_GLOBAL_HOOK__ object to gain access to the fiber tree, component state, props, and contexts across React v17-19.

Bippy React React DevTools window.__REACT_DEVTOOLS_GLOBAL_HOOK__
bippy.dev · handfuloflight · 6 days ago · details · hn