millermedeiros/js-signals

break CompoundSignal into it's own file?

Closed this issue · 1 comments

I don't think that CompoundSignal will be that useful in most cases.. considering to split it into it's own file, maybe even into it's own project (so it can be published to npm as a different package)..

I'm really divided about it since file size isn't a big deal after minification + gzip..

with: 4.24KB (1.53KB gzipped)
without: 2.99KB (1.2KB gzipped)
diff: 1.24KB (0.33KB gzipped)

PS: an additional file request is way worse than 1.2 KB but I also find it strange to force everyone to load something that just a few may use..

see issue #34