You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
There's a few things that could be done to make it faster.
For one, the Base64 system probably isn't up to standards. It can be replaced with the FastestBase64 module I have on my gist.
Another thing that can be done to increase the speed is to reduce function calls as much as possible. I'm fairly sure that this is the reason this module is so much faster. This of course would take a lot of time and energy to do alone, so this will most likely be a thing I do over time.
The text was updated successfully, but these errors were encountered:
I have no need for it anyway, I find all the bitbuffer libraries kind of laughable because everyone tends to write one (usually just modify stravant's) when they're just starting out.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There's a few things that could be done to make it faster.
For one, the Base64 system probably isn't up to standards. It can be replaced with the FastestBase64 module I have on my gist.
Another thing that can be done to increase the speed is to reduce function calls as much as possible. I'm fairly sure that this is the reason this module is so much faster. This of course would take a lot of time and energy to do alone, so this will most likely be a thing I do over time.
The text was updated successfully, but these errors were encountered: