Skip to content

implement efficient streaming apis #98

@dignifiedquire

Description

@dignifiedquire

This depends on the language and needs some manual work.

Golang

We need to use file descriptors for this, for an example of the go side this would look like this
https://github.com/filecoin-project/filecoin-ffi/blob/master/proofs.go#L208-L214

and the rust side looks sth like this
https://github.com/filecoin-project/filecoin-ffi/blob/master/rust/src/proofs/types.rs#L8-L40

For windows this can also be done, but needs specific care, as the apis will be slightly different.

Swift

TODO

Python

TODO

APIs that would benefit from this

TODO

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions