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.
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.
Using
$(MAKE)
instead of justmake
in external projects passes the parallel flags along. So now when youmake -j16
it actually makes protobufs build faster.