UnifierHQ / unifier

A fast and versatile Discord bot connecting servers and platforms
https://unifier-wiki.pixels.onl/
GNU Affero General Public License v3.0
4 stars 5 forks source link

v2: Use speedups #138

Closed greeeen-dev closed 1 month ago

greeeen-dev commented 1 month ago

Checklist

Is your feature request related to a problem? Please describe.

Currently, Unifier v2 uses Nextcord/aiohttp without speedups as well as the standard json module.

Describe the solution you'd like

Install Nextcord with speedup dependencies as well as use orjson instead of json. Although data saving is threaded so UX won't be affected, it would still be a good idea for improving performance.

Describe alternatives you've considered

Additional context

greeeen-dev commented 1 month ago

Went with ujson instead, since orjson doesn't have load from file. Sadge