Skip to content

Compressed container result #1

@flrgsr

Description

@flrgsr

Hi guys,

I am trying to compute a huge correlation matrix in an out of core or in memory compressed manner (as my data is normalize I only need the dot product). In the example given on the main page here on github, the "result" variable is a normal python variable stored in main memory, which blows everything up on my machine as the result is ~20GB.
My question is, how can I have the corresponding result immediately going to an compressed container (either memory or out of core, where memory would be preferred given that I could get a factor ~5 compression).

Many thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions