Skip to content

Eagerly evaluate conversion paths? #10

@lynaghk

Description

@lynaghk

Is it possible to eagerly evaluate all of the conversion paths?
I'm running into trouble with some time-sensitive core.async tests on my CI server because byte-streams lazily loads.
E.g.

(time
  (bs/transfer (bs/to-byte-buffer "foo") (java.io.File/createTempFile "warm" "up")))
"Elapsed time: 1860.858 msecs"
"Elapsed time: 1.18 msecs"

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