Skip to content

Refactoring sign storage (on disk and in memory) #109

@tpwalke2

Description

@tpwalke2

All signs are currently stored in a single file and are loaded in memory.

This issue will cover a refactoring effort to use a more effective method of storing signs on disk and accessing them through the in-memory cache.

Some possibilities to consider:

  • sqlite database
  • storing signs by region
  • storing signs by player
  • storing signs by chunk (in memory)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions