An open API service indexing awesome lists of open source software.

https://github.com/eduardob-programador/multithread-sorting

Java repository where I use threads to sort a list of integers
https://github.com/eduardob-programador/multithread-sorting

java sorting-algorithms threads

Last synced: 3 months ago
JSON representation

Java repository where I use threads to sort a list of integers

Awesome Lists containing this project

README

        

# Português

Como o próprio nome sugere, nesse repositório eu utilizo de **multi-threading** para conseguir organizar mais eficientemente uma lista de números inteiros.

Por mais que o método utilizado não seja o mais eficiente, é notável a eficiencia entre o método utilizado junto de multi-threading em comparação a um outro método feito no método main.

Aqui eu não fiz uso de build de nenhuma IDE, apenas o VS code como editor de texto, o motivo seria que eu queria aprender a utilizar o compilador do próprio java através do terminal (o javac).

# English

As the repo's name suggests, in this repositoty I use **multi-threading** to sort an integer list more efficiently.

Although the method used to sort the list isn't the most efficient, it's sorting capacility is noticeable when combined with multi-threading and even more when compared with the method used in the main method.

Here I don't use any IDE build, only the VS code as a text editor, the reason would be that I wanted to learn how to use java compiler through terminal interface (javac).