Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 733 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 733 Bytes

faster-image-gif

A copy of the src/image/gif folder from my Go fork (where the main addition is EncodeAllMultithreaded). This function is significantly quicker at the cost of a small amount more RAM usage. This repository was made for a number of reasons:

  • Allowing for a easy to use package which I can import in software which I am working on now.
  • Saves me having to wait for my PR to be reviewed, which could be a while due to this being a code freeze period.
  • Allows for easily done external benchmarks.

Please note pull requests will NOT be accepted to this repository. They should be done to golang/go.