You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.