Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 630 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 630 Bytes
title description authors date
Finding and factorizing primes
Functional vector solutions for finding and factorizing prime numbers
Noah Attrup
Stephen Taylor
September 2021

Finding and factorizing primes

Finding prime numbers is a compute-intensive task familiar to computer-science students. It is typically tackled with tightly-iterating algorithms in a language close to the hardware, such as C. It appears an unrewarding task for a vector-programming language.

We tackle this topic in order to study efficient vector solutions to a well-understood problem domain.

[email protected]

[email protected]