Skip to content

Commit

Permalink
combined_sieve: preliminary support for TOP_PERCENT
Browse files Browse the repository at this point in the history
  • Loading branch information
sethtroisi committed Aug 24, 2023
1 parent b17574f commit 31cda0f
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 60 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -638,12 +638,15 @@ $ python gap_test.py --unknown-filename 907_2190_1_200_s11000_l100M.txt --min-me
* [ ] Check that correct indexes exist in sql db
* [ ] Consider new names for prp-top-percent, no-one-side-skip, sieve-length
* combined\_sieve.cpp
* [ ] Option to prefilter some results similiar to prp-top-percent
* [ ] Better sharing work for medium_primes (or skip unknown counting)
* [ ] Unknown counting could be faster with boost or `bit_vector`
* [ ] ncurse or similiar status line with all large_prime intervals & eta
* Idea that made sense was to printf then reset position to start of status (so that future prints override them)
* gap\_stats.cpp
* gap\_test\_simple
* [ ] Add support for prp-top-percent
* [ ] Multi-threaded
* [ ] Do in process for very small P
* [ ] records to DB what range was tested
* gap\_test.py
Expand Down
Loading

0 comments on commit 31cda0f

Please sign in to comment.