|
1fb89e8985
|
WIP: use Mockito
|
2025-01-21 16:35:47 +00:00 |
|
|
60ca1275b5
|
benchmark: more warmup iterations
|
2025-01-21 16:33:42 +00:00 |
|
|
592eda73a6
|
Merge remote-tracking branch 'origin/main'
# Conflicts:
# app/src/main/java/de/uni_marburg/powersort/FinnSort/FasterFinnSort.java
|
2025-01-21 14:18:28 +01:00 |
|
|
5ea120013c
|
WIP: use Mockito
|
2025-01-21 13:12:45 +00:00 |
|
|
e631d5161e
|
add Mockito
|
2025-01-21 13:12:05 +00:00 |
|
|
9a6359d576
|
FasterFinnSort: change access
|
2025-01-21 13:10:12 +00:00 |
|
finnm
|
8be6fa32a8
|
Fixed merge order of FinnSort and added some testing methods
|
2025-01-19 13:10:18 +01:00 |
|
M-H9
|
f851b9784d
|
Integrating my test classes with the Object version IMPL_M_1 and passed the tests
|
2025-01-16 11:49:22 +01:00 |
|
M-H9
|
e526c67c3c
|
Reusing "merge" method again and getting a little better results in IMPL_M_1
|
2025-01-16 09:59:27 +01:00 |
|
|
42a0c24f67
|
cleanup
|
2025-01-16 08:06:44 +00:00 |
|
M-H9
|
37ea4b6625
|
changing 1 to 0
|
2025-01-15 23:11:25 +01:00 |
|
M-H9
|
1ab2bdc2a0
|
adding IMPL_M_1Test sort method to the abstract list sorting test
|
2025-01-15 22:53:17 +01:00 |
|
M-H9
|
a684cb30ec
|
Converting IMPL_M_1 to Object and it works fine
|
2025-01-15 21:48:33 +01:00 |
|
M-H9
|
637b988afd
|
Merge branch 'refs/heads/powersort_M'
# Conflicts:
# app/src/main/java/de/uni_marburg/powersort/benchmark/Main.java
|
2025-01-15 14:00:01 +01:00 |
|
|
e39a8082e3
|
benchmark: add input "many ascending runs"
|
2025-01-14 20:42:13 +00:00 |
|
|
4198e28c79
|
benchmark: warmup & iterations
|
2025-01-14 12:08:25 +00:00 |
|
|
82c58e403c
|
benchmark - JMH: reduced time, improved filtering
|
2025-01-14 12:08:19 +00:00 |
|
M-H9
|
d446339983
|
Starting IMPL_M_2
|
2025-01-13 23:05:54 +01:00 |
|
M-H9
|
5637ee115f
|
Converted IMPL_M_1 to Generic
|
2025-01-13 22:58:45 +01:00 |
|
M-H9
|
a7f3ebfe50
|
Converted IMPL_M_1 to Generic
|
2025-01-13 22:58:28 +01:00 |
|
finnm
|
2b85e4e956
|
Updated the power function to use integers
|
2025-01-10 14:35:15 +01:00 |
|
|
88f8df3c07
|
benchmark: Java max heap
|
2025-01-09 11:53:38 +00:00 |
|
|
20bd4629b3
|
benchmark: JMH IntelliJ plugin
|
2025-01-07 17:55:53 +00:00 |
|
|
e6ab4f6656
|
benchmark: separate benchmarks
|
2025-01-07 17:32:18 +00:00 |
|
|
648af1c4be
|
benchmark: separate JMH benchmarks
|
2025-01-07 16:43:57 +00:00 |
|
|
ddbf8c1174
|
benchmark: JMH config
|
2025-01-07 16:07:41 +00:00 |
|
|
5e2425bbca
|
benchmark: refactor
|
2025-01-07 14:25:47 +01:00 |
|
|
4223f76727
|
benchmark: cleanup
|
2025-01-07 14:25:40 +01:00 |
|
|
54f3ea6d42
|
benchmark: add input from competition
# Conflicts:
# app/src/main/java/de/uni_marburg/powersort/benchmark/Main.java
# app/src/main/java/de/uni_marburg/powersort/sort/SortEnum.java
|
2025-01-07 14:25:28 +01:00 |
|
finnm
|
4268315f06
|
Changed FasterFinnSort to use the PowerSort merge policy
|
2025-01-05 14:26:07 +01:00 |
|
finnm
|
c8bed52bf6
|
Added FasterFinnSort to the Sort-Enum and created a test class
|
2025-01-05 14:25:41 +01:00 |
|
finnm
|
3974f575a9
|
Faster Merging of FinnSort
|
2025-01-05 12:33:26 +01:00 |
|
finnm
|
a2dd6ac325
|
Handling of descending runs
|
2025-01-05 12:33:26 +01:00 |
|
|
798ed8502c
|
benchmark: update filter
|
2024-12-30 16:37:45 +00:00 |
|
|
48a2db7bee
|
fix: QuickSort mergeRuns
|
2024-12-30 16:22:17 +00:00 |
|
|
4528a544b7
|
fix: QuickSort
|
2024-12-30 16:10:37 +00:00 |
|
|
b1df4366e6
|
benchmark: update filter
|
2024-12-17 21:24:54 +00:00 |
|
|
cca298709f
|
adjust QuickSort & add test case
|
2024-12-17 21:23:44 +00:00 |
|
|
fe7fe86dee
|
adjust QuickSort
|
2024-12-17 20:28:46 +00:00 |
|
|
438d0099da
|
adjust QuickSort
|
2024-12-17 20:06:58 +00:00 |
|
|
0b483c32f3
|
improve QuickSort
|
2024-12-17 19:18:16 +00:00 |
|
|
6d25796bac
|
import QuickSort
|
2024-12-17 19:14:30 +00:00 |
|
|
68d86d6e6b
|
benchmark: filter out some of the "data x algorithm" combinations
|
2024-12-17 18:57:41 +00:00 |
|
|
526d69e95b
|
benchmark: include merge and bubble again ^^
|
2024-12-17 16:52:59 +00:00 |
|
|
385082bb8d
|
Merge remote-tracking branch 'origin/main'
|
2024-12-17 16:39:14 +00:00 |
|
|
a7a6f9e246
|
benchmark: exclude merge sort
|
2024-12-17 16:38:41 +00:00 |
|
|
b730c34ddd
|
benchmark: numbers
|
2024-12-17 16:28:01 +00:00 |
|
Ambili Jacob
|
691d7eb0ac
|
Merge remote-tracking branch 'origin/main'
# Conflicts:
# .idea/misc.xml
|
2024-12-17 16:47:29 +01:00 |
|
|
dbf26421d9
|
FinnSort: Disable printouts
|
2024-12-17 15:14:18 +01:00 |
|
|
077cd818e6
|
refactor
|
2024-12-17 14:09:21 +01:00 |
|