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

Optimize generic implementations of Read and Show #37

Open
Lysxia opened this issue Mar 30, 2020 · 0 comments
Open

Optimize generic implementations of Read and Show #37

Lysxia opened this issue Mar 30, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Lysxia
Copy link
Owner

Lysxia commented Mar 30, 2020

I don't think this is going to be a bottleneck for anyone, but the task could be an interesting exercise for someone to get some practice with how GHC rewrites Core.

  1. Set up some inspection tests for read and/or show comparing with GHC-derived instances (following some examples for other classes, currently in branch inspect)
  2. Optimize so the tests pass
  3. (optional) Do some benchmarks to get an idea of what we win
@Lysxia Lysxia added enhancement New feature or request good first issue Good for newcomers labels Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant