Skip to content

Big files: support sliced read #18

@cdevienne

Description

@cdevienne

The idea is to be able to deal with big files (that would not fit in memory).

A possible API could be:

sliceString : Int -> Maybe Int -> File -> Task x String
sliceString start end file =

Seems the Blob.slice function allows to implement this efficiently.

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