Skip to content

preetham-salehundam/grpc-parallel-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

References

GRPC python ref guide

Source Code Directory

python/parallel_processing

Scripts

BASH

for i in {2..10}; do python parallel_sorting_client.py $i $(($i*100)); done;

for i in {2..10}; do python parallel_sorting_client.py $i 100; done;

Algo

flow chart

Architecture

arch