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
During the development of gifsockets, performance was a major priority. We should embrace performance driven development as a core principle for this repository.
Things to perf:
Verify using ByteCapacitor over pushing for every byte is more efficient
Test via both .read() and .on('data')
Switch to ndarray over typed arrays for NeuQuant
The text was updated successfully, but these errors were encountered:
During the development of gifsockets, performance was a major priority. We should embrace performance driven development as a core principle for this repository.
Things to perf:
ByteCapacitor
over pushing for every byte is more efficient.read()
and.on('data')
ndarray
over typed arrays forNeuQuant
The text was updated successfully, but these errors were encountered: