5 ms·
Do you know if ghc uses segmented stacks ? I'm wondering, because I implemented chinese whispers in haskell and it seems to be on par with go.
by noodly 13y ago
Do you know if ghc uses segmented stacks ?
I'm wondering, because I implemented chinese whispers in haskell and it seems to be on par with go.
- coolsunglasses 13y agoYeah, but they're recent (segmented stacks). How stacks work in something like STG are very different from a language like Rust or C.