Skip to content
This repository has been archived by the owner on Dec 15, 2019. It is now read-only.

Stop using native promises and switch to bluebird #22

Open
TotomInc opened this issue Feb 6, 2019 · 0 comments
Open

Stop using native promises and switch to bluebird #22

TotomInc opened this issue Feb 6, 2019 · 0 comments
Labels
enhancement New feature or request pkg: discord-bot Related to the discord-bot package

Comments

@TotomInc
Copy link
Owner

TotomInc commented Feb 6, 2019

Native promises are known to be slower (because they are not written in C, but instead in JS) and doesn't provide a lot of features.

Bluebird is a must have for any Node back-end, it is much more faster and use less memory. It has also cool features like promisify callbacks functions and built-in warnings and full stack traces (!).

@TotomInc TotomInc added enhancement New feature or request pkg: discord-bot Related to the discord-bot package labels Feb 6, 2019
@TotomInc TotomInc added this to the 0.1.0 milestone Feb 6, 2019
@TotomInc TotomInc removed this from the 0.1.0 milestone Feb 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request pkg: discord-bot Related to the discord-bot package
Projects
None yet
Development

No branches or pull requests

1 participant