trilogy-libraries / trilogy

Trilogy is a client library for MySQL-compatible database servers, designed for performance, flexibility, and ease of embedding.
MIT License
700 stars 69 forks source link

Compile Ruby in parallel #119

Open javierhonduco opened 1 year ago

javierhonduco commented 1 year ago

Compiling Ruby takes quite a bit of time, even on multi-core machines. Perhaps the compilation step could be made parallel?

https://github.com/trilogy-libraries/trilogy/blob/d0ef00885008373ff1deeb9446dad1e0b0fb2999/Dockerfile#L13

Something like make -j$(nproc --all)