Skip to content

Go server with two endpoints (/process-single and /process-concurrent) to demonstrate the differences in sequential and concurrent processing. The server will sort arrays provided in the request and return the time taken to execute the sorting in both sequential and concurrent manners.

Notifications You must be signed in to change notification settings

hemanth0808/sortarray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sortarray

Go server with two endpoints (/process-single and /process-concurrent).

About

Go server with two endpoints (/process-single and /process-concurrent) to demonstrate the differences in sequential and concurrent processing. The server will sort arrays provided in the request and return the time taken to execute the sorting in both sequential and concurrent manners.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages