-
Notifications
You must be signed in to change notification settings - Fork 31
StrMap fromFoldable stack explosion #108
Comments
It uses |
A rock and a hard place. Is there no balm in Gilead? |
More seriously, I feel like there has to be a better way to fix this than generating a big pile of garbage to collect. But maybe I am very wrong. |
You can also use unsafe effects with |
That's like using the cheat code and saying you beat the game, though, isn't it? :) To be fair... I guess |
Should this be considered a bug in the |
I would say so. I'm having a look at what can be done there. |
|
You may only use |
You can also wait until proper tail-calls are implemented pervasively, and the problem will probably take care of itself. |
Is there an issue for this one? Did a search and couldn't find it. |
I was referring to tail-call support in JS engines :) |
Ah yes, indeed. How will that help with |
Unfortunately, Safari and V8-behind-a-flag will be the only implementations for a while. Edge has inherent call stack design limitations which prevent it and Firefox has inherent security design limitations which prevent it. |
with benchmarks that reflect no performance degradation addresses purescript-deprecated#108
with benchmarks that reflect no performance degradation addresses purescript-deprecated#108
with benchmarks that reflect no performance degradation addresses purescript-deprecated#108
with benchmarks that reflect no performance degradation addresses #108
Was this fixed by #110? |
Yes. |
try
This works.
Now add a 9. Boom.
Data.Map
maps work fine with this.The text was updated successfully, but these errors were encountered: