Author Topic: Using Assembly to solve a prime sieve  (Read 1474 times)

Offline tysonprogrammer

  • Jr. Member
  • *
  • Posts: 22
  • Country: us
  • C# application developer attempting assembly.
Using Assembly to solve a prime sieve
« on: April 11, 2023, 09:19:02 PM »
There is a challenge on Github to write a prime sieve in your chosen language. A lot of people thought assembly would be the fastest but sadly it didn't make the top 5. Dave Plumber who came up with the challenge states it is probably because there are not many assembly programmers out there that can write really fast assembly or they don't know about the challenge.

Anyway, I thought this community would be a good spot to wrangle up some good assembly language programmers to give it a go. There are some requirements which are outlined in the GitHub repository.

https://github.com/PlummersSoftwareLLC/Primes

I am pretty sure I am not up tot the task

Help us put assembly on the top 5 or better yet #1