-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
A few options:
- Files on disk (potentially slow)
- SQLite on disk (faster, but still slow-ish?)
- SQLite in memory with regular backups to disk (faster, but probably unergonomic?)
- In-memory data structures + regular JSON/MessagePack dumps
SQLite uses rw-locks, which may pose performance issues if they lock the entire database, since we expect both a lot of concurrent reads and writes (60 fps per streaming user).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed