HelloZeroNet / HelloZeroNet/ZeroNet
Using real database instead of using `.json` files as database
Aperta
enhancement
- Lingua principale
- JavaScript
- Stelle
- 18.8k
- Fork
- 2.3k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.