Run-time list processing #115
dariosanfilippo
started this conversation in
Ideas
Replies: 7 comments 7 replies
|
Improved algorithm: Ciao, |
0 replies
|
Better still, since after the first pass of swaps the largest element is placed last, we can then perform the swaps on the first N-1 elements and so on: |
0 replies
|
1 reply
|
I just realised that what I implemented is the Bubble Sort algorithm, so I'd go with this, assuming N>=2: |
0 replies
|
I suggest having the |
3 replies
|
OK so I guess |
3 replies
|
OK let's go for routes.lib |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, people.
This came out during a conversation on Discord's #faust channel. Could some kind of run-time list processing be useful for the libraries? The following orders a set of parallel signals in ascending order. If so, I can do a PR.
Ciao,
Dario
All reactions