Skip to content
/ primes Public

Vector programming techniques for testing, generating and factoring prime numbers

Notifications You must be signed in to change notification settings

5jt/primes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

nattrup@kx.com

stephen@kx.com

About

Vector programming techniques for testing, generating and factoring prime numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages