Skip to content

Commit

Permalink
Update sorting_network_sorter with lastest results from SorterHunter
Browse files Browse the repository at this point in the history
- Improved size for 43 and 44 inputs
- Improved depth for 30, 35, 42 and 54 inputs
  • Loading branch information
Morwenn committed Jan 6, 2024
1 parent 25e9363 commit 4312d48
Show file tree
Hide file tree
Showing 7 changed files with 1,220 additions and 1,117 deletions.
2 changes: 1 addition & 1 deletion docs/Fixed-size-sorters.md
Expand Up @@ -155,7 +155,7 @@ Size | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16
**Size** | **17** | **18** | **19** | **20** | **21** | **22** | **23** | **24** | **25** | **26** | **27** | **28** | **29** | **30** | **31** | **32**
**CEs** | 71 | 77 | 85 | 91 | 99 | 106 | 114 | 120 | 130 | 139 | 147 | 155 | 164 | 172 | 180 | 185
**Size** | **33** | **34** | **35** | **36** | **37** | **38** | **39** | **40** | **41** | **42** | **43** | **44** | **45** | **46** | **47** | **48**
**CEs** | 199 | 209 | 220 | 227 | 241 | 250 | 259 | 265 | 282 | 292 | 304 | 311 | 324 | 332 | 340 | 346
**CEs** | 199 | 209 | 220 | 227 | 241 | 250 | 259 | 265 | 282 | 292 | 303 | 309 | 324 | 332 | 340 | 346
**Size** | **49** | **50** | **51** | **52** | **53** | **54** | **55** | **56** | **57** | **58** | **59** | **60** | **61** | **62** | **63** | **64**
**CEs** | 365 | 376 | 387 | 395 | 411 | 421 | 432 | 438 | 454 | 465 | 476 | 483 | 497 | 506 | 515 | 521

Expand Down
224 changes: 166 additions & 58 deletions include/cpp-sort/detail/sorting_network/sort30.h

Large diffs are not rendered by default.

239 changes: 119 additions & 120 deletions include/cpp-sort/detail/sorting_network/sort35.h

Large diffs are not rendered by default.

335 changes: 167 additions & 168 deletions include/cpp-sort/detail/sorting_network/sort42.h

Large diffs are not rendered by default.

525 changes: 262 additions & 263 deletions include/cpp-sort/detail/sorting_network/sort43.h

Large diffs are not rendered by default.

499 changes: 249 additions & 250 deletions include/cpp-sort/detail/sorting_network/sort44.h

Large diffs are not rendered by default.

513 changes: 256 additions & 257 deletions include/cpp-sort/detail/sorting_network/sort54.h

Large diffs are not rendered by default.

0 comments on commit 4312d48

Please sign in to comment.