Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate and remove seqMap #26

Open
treeowl opened this issue Jun 2, 2018 · 2 comments
Open

Deprecate and remove seqMap #26

treeowl opened this issue Jun 2, 2018 · 2 comments

Comments

@treeowl
Copy link
Contributor

treeowl commented Jun 2, 2018

seqMap appears to be the only reason parallel depends on containers. It would be nice to be rid of it. The obvious replacement would be seqBifoldable. I'll have to add a Bifoldable instance for Data.Map, but that won't be a problem.

@Fuuzetsu
Copy link
Member

Fuuzetsu commented Jun 3, 2018

is there a problem with containers dependency? it comes with ghc anyway, no?

@treeowl
Copy link
Contributor Author

treeowl commented Jun 3, 2018

@Fuuzetsu, it does, but parallel is also a core library. When building GHC, fewer dependencies among core libraries can allow more parallelism in the build process. I don't know how much it matters in this particular case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants