Skip to content

Lugsole/Prime-Number-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prime-Number-Finder

Main Idea

The objective is to find lots of prime numbers really fast. This is done in c++.

Testing

This has been tested on Linux (Ubuntu 16.04/18.04) and has been checked against others from the INTERNET.

Compile command

g++ main.cpp -std=c++11

or

make all

The main.cpp when executed produces a binary output file, and a plain text file.

To change or add

  • Make a tester program
  • Use multiple threads
  • Use GPGPU

Features Added

  • Remove a lot of the "cout <<" lines
  • Remove sqrt and use something more area specific

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published