Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance: 95% faster Project Euler 187 #10580

Closed
wants to merge 9 commits into from
Closed

Performance: 95% faster Project Euler 187 #10580

wants to merge 9 commits into from

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    db7a134 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11aac84 View commit details
    Browse the repository at this point in the history
  3. Add numpy solution

    ManpreetXSingh committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    8943088 View commit details
    Browse the repository at this point in the history
  4. Update benchmarks

    ManpreetXSingh committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d56844a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Fix 🐛 in benchmarks in prime_numbers.py

    I noticed that the functions yield the result, so they calculated nothing in the benchmark function.
    ManpreetXSingh committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    8b6b3a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61219b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    938c022 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6535b1 View commit details
    Browse the repository at this point in the history
  5. Import prime helper fn

    ManpreetXSingh committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    2e28bde View commit details
    Browse the repository at this point in the history