Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate facil.io version + add common setup script #3364
Conversation
added some commits
Mar 6, 2018
nbrady-techempower
merged commit 215a105
into
TechEmpower:docker
Mar 6, 2018
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
boazsegev commentedMar 6, 2018
•
edited
The main relevant difference in the updated facil.io version is the
memory allocator (I wrote a custom memory allocator that should
minimize lock contention).
It's possible to test the new version without the multi-threaded memory
allocator by using:
I tried testing the dockerfile locally, but couldn’t make it work.
For some reason the vagrant machine refuses to find the tfb command
(
vagrant upcomplains with a number of errors as well, this being oneof them).
I might open a separate issue for that, but I’m not sure if it isn’t
something I’m doing wrong.
Note (edit): this replaces PR #3359