Muqsit / PlayerVaults

Per-player GUI-based vaults plugin for PocketMine-MP
https://poggit.pmmp.io/p/PlayerVaults
GNU Lesser General Public License v2.1
39 stars 33 forks source link

Use .sl? #68

Closed ghost closed 5 years ago

ghost commented 5 years ago

Can you add .sl storage? If it is any good?

Muqsit commented 5 years ago

@captainleviftw .sl isn't good in terms of performance and scalability. Besides, database requests are made asynchronously so there's no main thread lag in reading/writing data from/to the database. .sl in fact would give you an additional overhead due to serialize and unserialize being called while reading/writing data. A similar discussion: https://forums.pmmp.io/threads/which-storing-method-is-better.7601/#post-62167