Skip to content

My own Fast intepreter - faster and less memory consuming then System one #507

Description

@dadhi

One more step to enable end-to-end p/erformant experience of FEC without relying/fallback to BCL. I know that interpreters can be fast. We have a small subset implemented successfully in DryIoc https://github.com/dadhi/dryioc. In addition to overall performance design we may expose api to hook the direct calls to the user provided code (methods).
I remember talk from Unison creator which on the performance of interpreters and breaking misconception of them being slow.

Adjacent but not exactly: fec already outputs valid C# code - may research the
SourceGenerators/interceptors to generate sources for expressions and execute the with native speed, see DryIoc compile time container leveraging t4 and fec c# output to do exactly that. How cool it would be if we enable such thing in fec with nice ux/dx?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions