twolfson / gif-encoder

Streaming GIF encoder
The Unlicense
87 stars 10 forks source link

Add performance tests #1

Open twolfson opened 10 years ago

twolfson commented 10 years ago

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:

twolfson commented 10 years ago
twolfson commented 10 years ago
twolfson commented 10 years ago

In 0.4.1, we discovered that frame based buffers are required since byte by byte buffers will fall over. This takes care of the first bullet point.