Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHow to use Crow with Tcmalloc? #370
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is hinted in the doc to link with Tcmalloc, but how exactly?
The output of building Crow is just a single header: crow_all.h, but there is no difference whether Crow project was build with or without tcmalloc found.
So should I link tcmalloc with my Crow-based project? But Tcmalloc has no Cmake support yet, so it is not exactly clear how can I take advantage if it.