transient-haskell / transient

A full stack, reactive architecture for general purpose programming. Algebraic and monadically composable primitives for concurrency, parallelism, event handling, transactions, multithreading, Web, and distributed computing with complete de-inversion of control (No callbacks, no blocking, pure state)
MIT License
630 stars 28 forks source link

Undesired parallelism #80

Closed agocorona closed 4 years ago

agocorona commented 4 years ago

https://gitter.im/Transient-Transient-Universe-HPlay/Lobby?at=5e57aeadfcb6354d55de5f90

agocorona commented 4 years ago

Fixed, not yet pushed. see this

That is not an issue. there is no undesired parallelism but some very slow parsing call. So I close the issue

agocorona commented 4 years ago

This is not an issue