Skip to content

A generic, parallel implementation of MapReduce in C using pthreads.

Notifications You must be signed in to change notification settings

StrikingLoo/mapReduCe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Parallel C implementation of the Map function, using threads.

Though the map related code is generic, this particular executable takes 3 arguments:

  • SIZE : how many numbers we'll be mapping.
  • USE_THREADS : 0|1 -- (False, True)
  • NTHREADS : how many threads, if any, we'll use.

About

A generic, parallel implementation of MapReduce in C using pthreads.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published