Skip to content

Speed up linking of jars #20

@rahulmutt

Description

@rahulmutt

The current naive implementation of jar linking extracts all the class files and puts them all into a single jar. Using a streaming abstraction should make this faster. The CodeGen monad needs to be slightly updated to support streaming (write classfiles as soon as the code is generated for a given closure).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions