summingbird icon indicating copy to clipboard operation
summingbird copied to clipboard

Move graph processing into a zero dependency library

Open johnynek opened this issue 9 years ago • 5 comments

I want to use this code internally in scalding. Seems like the easiest way to get it done.

This is an interesting case, because all uses of it should probably be private. It would be great if somehow we could shade such dependencies (private dependencies should be a thing: can only use them from private or package private methods).

johnynek avatar Apr 03 '15 23:04 johnynek