Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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