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
- Host: GitHub
- URL: https://github.com/eduardob-programador/multithread-sorting
- Owner: EduardoB-Programador
- Created: 2024-11-06T19:59:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T20:22:00.000Z (8 months ago)
- Last Synced: 2025-01-22T03:13:10.027Z (5 months ago)
- Topics: java, sorting-algorithms, threads
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).