Skip to content
@parallelized

parallelized

parallelized is a code optimization competition organized by Varun Sahni for ShriTeq. Teams of two compete to achieve maximum speedup in Python within three hours.

What is parallelized?

It's a competition where teams optimize code to utilize hardware parallelism, aiming for the highest speedup multiple. Tasks are assigned with guidelines, and teams must complete them within the time limit.

Why?

In a world where Moore’s law is slowing down, optimizing code for speed is crucial. Parallelism techniques are essential, but Amdahl’s Law and code optimization challenges exist. Optimizing code and leveraging parallelism are crucial in various fields like medicine and climate change research. Modern computers rely on parallelism, and code optimization improves performance and security. Learning these skills is vital despite challenges like Python’s GIL. Parallelized provides a competitive platform for students to learn and apply these concepts effectively.

Resources

Popular repositories

  1. parallelized-2023-starter parallelized-2023-starter Public

    Python 2

  2. .github .github Public

Repositories

Showing 2 of 2 repositories

Top languages

Loading…

Most used topics

Loading…