Skip to content

Join component improvements #87

Description

@mkomisin

The Join component was originally created to demo workflows and could be improved greatly by utilizing more appropriate libraries (any language). Additionally, Peter noticed it suffers from speed issues because of excessive file reads: Line 277 BufferedReader bReader2 = new BufferedReader(new FileReader(rightFile) -- this line is run inside of a loop that iterates over each row of the first file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions