- Notifications
You must be signed in to change notification settings - Fork21
Remove SN GADT in favour of inlinable functions#348
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
In fact#323 isn't even needed for some of the speedups, it turns out. The simple |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
09969fe
intomasterUh oh!
There was an error while loading.Please reload this page.
@AndrasKovacs suggested a great performance improvement that would allow more inlining. Instead of a recursive
SN
type that is erased at runtime, I can "functionalize" signal networks by encoding them directly in their semantic domain. Together with#323, this results in massive speedups.