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

Various optimizations #1599

Merged
merged 2 commits into from
Apr 12, 2016
Merged

Conversation

vasily-kirichenko
Copy link
Contributor

paket install on a solution containing about 200 projects, 100 packages:

before: 17 seconds
after: 11 seconds.

@forki
Copy link
Member

forki commented Apr 12, 2016

oh

@vasily-kirichenko
Copy link
Contributor Author

;)

let inline toLower str = (^a:(member ToLower:unit->string)str)
let inline toLower str = (^a:(member ToLower:unit->string)str)

let memoze (f: 'a -> 'b) : 'a -> 'b =

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be named memoize?

@vasily-kirichenko
Copy link
Contributor Author

@adamchester done

@forki forki merged commit 2a38ce3 into fsprojects:master Apr 12, 2016
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

Successfully merging this pull request may close these issues.

None yet

3 participants