Skip to content

Extract the data in data.h to external files #35

@Oriya-osmine

Description

@Oriya-osmine

Currently all data which is not generated randomly is stored inside data.h.
This is incredibly inefficient as if someone just want to generate random Phone numbers they still need to load people names and such into memory.

Solution:
Extract the data to a txt file (for now) and when calling a function that requires the data stored load it into memory

  • There should be a txt file for each data type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions