Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 970 Bytes

File metadata and controls

15 lines (10 loc) · 970 Bytes

ParallelComputing

Hello!

In this repository, I will apply serial and parallel optimizations to existing open-source code. My aim is to apply the concepts of parallel processing to analyze programs and inculcate optimizations into them for efficiency and speed. I have also written my own programs to show you some interesting scenarios in computing algorithms and the caveats that surface while developing naive algorithms.

Forked repository:

Contents:

  • README.md: You are currently reading me
  • hardware_info.txt: A hardware information dump of my laptop using the lshw command
  • EnchantingProgram: A set of programs in C,C++ and Python with performance affecting subtleties hiding in plain sight!
  • LibraryComparion: Comparison of libraries in C and Python for computational and I/O bound tasks