igrigorik / http-2

Pure Ruby implementation of HTTP/2 protocol
https://httpwg.github.io/specs/rfc7540.html
MIT License
894 stars 63 forks source link

Reduce gem size #163

Closed alextwoods closed 4 months ago

alextwoods commented 4 months ago

Summary

The existing gem includes all tracked files from git, many of which are not needed at runtime. The current gem version is 1.95 MB. This change reduces the size to 48KB by including only the library files required at runtime.

mullermp commented 4 months ago

Is there no CI?!

mullermp commented 4 months ago

Thanks! I'd like to get a refactoring change out before you release a new version.