LuizFantin / tcc-benchmark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Java 37.6%Language:TypeScript 25.8%Language:Go 19.3%Language:JavaScript 17.3%