5 ms·
Nice work! I'm curious though, what was your use case for needing a smaller library? Since you're running this on a server, what difference does an extra 226KB
by copypaper 9mo ago
Nice work! I'm curious though, what was your use case for needing a smaller library? Since you're running this on a server, what difference does an extra 226KB make?
- lulzx 9mo agoon cloudflare workers, the bundle limit makes 226KB massive.
- kentonv 9mo agoFWIW, the limit these days is 10MB (after compression). https://developers.cloudflare.com/workers/platform/limits/ https://developers.cloudflare.com/workers/platform/limits/ That said, thank you for fighting library bloat! Small libraries tend to perform better (not just on Workers but in general).