Skip to content

LuizFantin/tcc-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiply Matrix Languages ​​Benchmark

GitHub repo size GitHub language count

Node.js (Express)

  • Linear
  • Strassen Algorithm
  • Multiworker (Multithread faking) in Linear algorithm

Java (Spring Boot)

  • Linear
  • Strassen Algorithm
  • Native multithreading in Linear algorithm

Golang (Gin)

  • Linear
  • Strassen Algorithm
  • Native multithreading in Linear algorithm

💻 Prerequisites

Before you begin, make sure you've met the following requirements:

  • You have Docker and Docker Compose installed on your machine.

🚀 Installing Multiply Matrix Languages ​​Benchmark

To install the Multiply Matrix Languages ​​Benchmark, follow these steps:

docker-compose up -d

☕ Using Multiply Matrix Languages ​​Benchmark

To use Multiply Matrix Languages ​​Benchmark, follow these steps:

Node.js

localhost:3000

Java

localhost:8080

Golang

localhost:8000