Giter Club home page Giter Club logo

project-builder's Introduction

PROJECT BUILDER

Description

Parallelize a build process and reduce build time. Given a project directory and a build script (builder.pl), you need to figure out how to parallelize it. builder.pl takes certain inputs and you can configure certain aspects. You can't modify builder.pl, it's essentially a blackbox, although it's open source.

There's a problem though, multiple instances of builder.pl can't output to the same build directory because they will clash and interfere with each other. Ensure that they don't interfere and the resulting output produced in parallel is the same as the output produced without parallelization.

Usage

Normal builder.pl run:

~ $ cd project-builder
~/project-builder $ ./bin/builder.pl

Resulting output are in ./build directory

Get help:

~/project-builder $ ./bin/builder.pl -h

Caveats

builder.pl by default expects the source directory to reside in ./src, relative to the current working directory (ie. $PWD)

Requirements:

  • Notable improvement in time
  • Parallel builder should not need to take any arguments
  • builder.pl should still be used, ie. cannot rewrite builder.pl
  • Resulting build directory in project should be same as normal builder.pl run
  • Running bin/checker.sh should pass without errors and print Good job!

project-builder's People

Contributors

stvleung avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.