Skip to content

ammonite.ops.read! is really slow #362

Closed
@lihaoyi

Description

@lihaoyi
ammonite.ops.read! jsonFile

seems about an order of magnitude slower than

java.nio.file.Files.readAllBytes(java.nio.file.Paths.get(file.toString))

This should not be the case. We should fix whatever is making it slow, or override it so it just forwards to readAllBytes

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