HelloZeroNet / HelloZeroNet/ZeroNet
Using real database instead of using `.json` files as database
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 18.8k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
Advanced of #1894
I found a performance bottleneck: `atomicWrite` of `sites.json`.
This is significant when seeding many sites + sites frequency update.
When using `.json` files as database, if one row updates, whole file need to rewrite.
When using real database, if one row updates, only related disk sector need to rewrite.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.