Skip to content

Update the used module numpydb to diskcache for stamp storage #42

@BrunoSanchez

Description

@BrunoSanchez

There is an implementation for a numpy array storage, that uses pickle.
This is critical so we don't keep in memory stamps of every star.
The current implementation though, requires the creation of files, which for many reasons can persist later as garbage in the local directory (see #11).

Using diskcache library could avoid such issue, and clean the base code of additional modules.

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