Skip to content

jsalgado10/BookRanking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookRanking

A Book Ranking application that will sent a https request and parse the response to extract the rank and title of the book

The application was done using Ruby, an imperative language, and Elixir,a purely functional language.

It focuses on the 3 different solutions

  1. Using an iterator to send one request at the time
  2. Sending all https requests using multiple threads
  3. Sending all https request and prevent race conditions using locks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published