fwcd / fwcd/miracle

Persist model/resource tree to disk

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
help wanted
Dominant language
Rust
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

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).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.