https://github.com/aavision/bubble-sort-benchmarks
Benchmarking Bubble sort using different languages!
https://github.com/aavision/bubble-sort-benchmarks
bash bubble-sort bubblesort c cpp cython go golang javascript php python python3 ruby rust ubuntu
Last synced: 5 months ago
JSON representation
Benchmarking Bubble sort using different languages!
- Host: GitHub
- URL: https://github.com/aavision/bubble-sort-benchmarks
- Owner: AAVision
- License: mit
- Created: 2025-02-09T13:23:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T21:41:36.000Z (over 1 year ago)
- Last Synced: 2025-04-06T11:31:58.404Z (about 1 year ago)
- Topics: bash, bubble-sort, bubblesort, c, cpp, cython, go, golang, javascript, php, python, python3, ruby, rust, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bubble Sort Benchmarks
## Description :books:
The idea of this repo is to check the performance of every language on using the bubble sort for an array of 10.000 numbers! I got that idea because i'm always curious about performance and how things work on low level and high level!
## Benchmarks :rocket:
### C

### C++

### Cython

### Go

### JavaScript

### PHP

### Python

### Rust

### Ruby

## Specs :anchor:
I'm using a laptop with the following specs:
- 12th Gen Intel® Core™ i7-1255U × 12.
- Ubuntu 22.04.5 LTS.
- 32GBs of Ram.
- 500GBs SSD.
## TO-DO :man_playing_handball:
- Adding
- Java.
- Kotlin.
- ~~Ruby~~.
- C#.
- Perl.
- Dart.
- Elixir.
- Erlang.
- Objective-C.
- Scala.
- Lua.
- Powershell.
- Bach.
- Ocaml.
- **Add Dockerfile to some languages.**
## LICENSE :balance_scale:
This project is licensed under the MIT License. See the [LICENSE](https://github.com/AAVision/bubble-sort-benchmarks/blob/main/LICENSE) file for details.