Hello,
I have ported the following software of the implementation of Counting
networks:
https://github.com/stephentu/counting-networks
But i have more and more analyze it, and i have found that it doesn't
work as it is on multicore and NUMA systems, and it is not optimized to
avoid false sharing, so i have finally enhanced it more to be more
powerful, and i have just finished my own implementation that is more
powerful and that works correctly on multicore and NUMA systems.
So forget about the above project Github, because it doesn't work correctly.
Thank you,
Amine Moulay Rasmdane.