stingergraph / stinger

The STINGER in-memory graph store and dynamic graph analysis platform. Millions to billions of vertices and edges at thousands to millions of updates per second.
http://www.stingergraph.com
Other
210 stars 67 forks source link

Allow parallel make in external projects. #199

Closed ehein6 closed 8 years ago

ehein6 commented 8 years ago

Using $(MAKE) instead of just make in external projects passes the parallel flags along. So now when you make -j16 it actually makes protobufs build faster.