-
Notifications
You must be signed in to change notification settings - Fork 7
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
Quantify benefit in the readme #2
Comments
Do you happen to either have or know such a project? |
No -- which is maybe what drives my skepticism. ;) |
I tried generating some contrived code that I thought would be a best case scenario for momo -- many large function bodies that are instantiated across multiple generic parameters -- and was not able to find a case where introducing momo would make |
I tried disabling
|
I should take the time to convert Momo to Watt. |
# This is the 1st commit message: README: pointless change # This is the commit message llogiq#2: No-op (rustfmt)
Wouldn't most of the time users have the build of momo cached? I think the time people would mostly care about is missing, where momo is already built but the crate using it is not. |
What is the order of magnitude of the improvement that momo would enable? I think some indication of this would be necessary for readers to determine whether the cost/benefit tradeoff of pursuing momo makes sense.
It would be good to share some numbers from a project that heavily uses generics showing the compile time and binary size measured with and without momo.
The text was updated successfully, but these errors were encountered: