Skip to content

Fully-typed functions should be fast to modify and recompile #433

Open
@braxtonmckee

Description

@braxtonmckee

We should be able to get the compiler cache to decompose compilation and sha-hashing in a way that allows us to modify the code of a function and not have to recompile everything upstream from it.

Its not clear to me how to do this exactly, but it bears thinking about, because compilation is so expensive. Perhaps it needs to be opt-in using a decorator (this would be much easier since we'd know to dynamically link to the function)

Metadata

Metadata

Assignees

No one assigned

    Labels

    compilerIssue that does not affect the un-compiled subset of typed_pythonfeature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions