-
Hi,
I was thinking whether it would make sense to check the sorting network proposals generated by the evolutionary algorithm using an FPGA. I will try to explain what can be done on an FPGA and ho…
-
I haven't done much work on sorting lately, but figured to share some findings.
I looked into unstable sorting networks this week and haven't been able to reproduce the suggested performance gain. …
-
Hi :)
Some guy (Bert Dobbelaere) recently found new sorting networks with better size and/or depth than the ones in the current litterature. You should check out [his project](https://github.com/be…
-
Sorting is ubiquitous in software, but kind of tricky to get right on GPU. It would be very useful to have this as a package, for example to write a raytracer.
There's a lot of research out there,…
-
When sorting by 'number of groupmembers' the smalllest group ends up on top. An the instance own groups are privilliged over the networks groups.
![image](https://github.com/user-attachments/assets/…
-
Hi, thanks for using my networks as reference for this project.
I just wanted to notify you of two pages I recently created:
https://bertdobbelaere.github.io/sorting_networks_avgswaps.html and
htt…
-
### Rationale
We've included lot of options, filters and sorting in feed, but part of the logic is still implemented separately for each feed ( pagination, filtering, etc)...
By refactoring the …
-
Currently the account order is mystery to me, change the chain will have it jump to some unexpected position.
If will be helpful if the order is something more user friendly. e.g. sort by: account …
-
Just continuing my habit of abusing this issue tracker by dropping interesting articles :)
https://jix.one/proving-50-year-old-sorting-networks-optimal-part-1/ by @jix on github: https://github.com…
-
I saw your reddit post and thought it's a good task to try and make into a pure generic VHDL thing, especially with VHDL-2019 constructs. I've put together the following:
```vhdl
package sorting_…