Clever / optimus

Concurrently extract, transform, and load tables of data in Go
Apache License 2.0
34 stars 7 forks source link

Wishlist for v4 #16

Open azylman opened 9 years ago

azylman commented 9 years ago
azylman commented 9 years ago

(some of these can be done in a backwards compatible manner if we don't mind adding cruft)

MaerF0x0 commented 9 years ago

Just for my learning's sake, if all the sinks are in the package, does that mean changing 1 sink would require recompile of the whole package? Not a concern for this repo, just wanted to know.

azylman commented 9 years ago

This package is never compiled on its own, since it's a library. It's only compiled when some program imports it and is built.

rgarcia commented 9 years ago

Would the first two have a significant effect on binary size, since now you have to compile all sources and sinks into your program?

azylman commented 9 years ago

It will have an effect, but they're all small enough that I expect it to be small On May 27, 2015 5:07 PM, "Rafael" notifications@github.com wrote:

Would the first two have a significant effect on binary size, since now you have to compile all sources and sinks into your program?

— Reply to this email directly or view it on GitHub https://github.com/Clever/optimus/issues/16#issuecomment-106116508.

jiancheung commented 8 years ago

Wishlist: Replace Fieldmap with SafeFieldmap (https://github.com/Clever/optimus/pull/52)