Skip to content

Commits

Permalink
boinc-version
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on May 7, 2017

  1. VS 2017 compilation fixes

    SChernykh committed May 7, 2017
    Copy the full SHA
    9cb074e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Fixed broken checkpoints

    SChernykh committed Apr 3, 2017
    Copy the full SHA
    72a7e60 View commit details
    Browse the repository at this point in the history
  2. MacOS X fix

    MacOS-specific code for clock_gettime
    SChernykh committed Apr 3, 2017
    Copy the full SHA
    b12221b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2017

  1. Fixed portability issue

    SChernykh committed Apr 2, 2017
    Copy the full SHA
    6d297bf View commit details
    Browse the repository at this point in the history
  2. Renamed enum Byte to ByteParams

    To avoid naming conflicts with standard type "Byte"
    SChernykh committed Apr 2, 2017
    Copy the full SHA
    5d7c835 View commit details
    Browse the repository at this point in the history
  3. Fixed generation of amicable candidates

    Off-by-one error fixed
    SChernykh committed Apr 2, 2017
    Copy the full SHA
    6864994 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2017

  1. Faster initialization

    And less memory used when processing large primes
    SChernykh committed Apr 1, 2017
    Copy the full SHA
    9fe8985 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. Copy the full SHA
    7a39b28 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Update README.md

    SChernykh committed Mar 14, 2017
    Copy the full SHA
    0f04e48 View commit details
    Browse the repository at this point in the history
  2. Fixed VS2015 warnings

    SChernykh committed Mar 14, 2017
    Copy the full SHA
    7adf43c View commit details
    Browse the repository at this point in the history
  3. Performance tuning

    - Use inverses instead of reciprocals in the second loop
    - Check MaximumSumOfDivisors3 only every 16th iteration
    - Cast NextPrimeShifts to unsigned int to avoid cdqe instruction
    SChernykh committed Mar 14, 2017
    Copy the full SHA
    5a30ba5 View commit details
    Browse the repository at this point in the history
  4. Performance tuning

    Compacted SumEstimates table, it's only 204 KB in size now and fits in
    L2.
    SChernykh committed Mar 14, 2017
    Copy the full SHA
    cbc2407 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. Performance tuning

    SChernykh committed Mar 13, 2017
    Copy the full SHA
    9bfba31 View commit details
    Browse the repository at this point in the history
  2. Performance tuning

    Use inverses instead of reciprocals in the first loop, check max sum of
    divisors only on every 8th iteration.
    SChernykh committed Mar 13, 2017
    Copy the full SHA
    7965382 View commit details
    Browse the repository at this point in the history
  3. Fixed a crash in SearchLargePrimes

    SChernykh committed Mar 13, 2017
    Copy the full SHA
    1252339 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    SChernykh committed Mar 13, 2017
    Copy the full SHA
    60a1089 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2017

  1. Copy the full SHA
    6e83661 View commit details
    Browse the repository at this point in the history
  2. Tuned SearchLargePrimes

    Split the search range into 256 equal parts.
    SChernykh committed Mar 12, 2017
    Copy the full SHA
    1bbee4c View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Optimized generation of amicable candidates

    SChernykh committed Mar 9, 2017
    Copy the full SHA
    2b0a229 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. Copy the full SHA
    3d4e3c7 View commit details
    Browse the repository at this point in the history
  2. Forgot one line in previous commit

    SChernykh committed Mar 6, 2017
    Copy the full SHA
    a7d99f1 View commit details
    Browse the repository at this point in the history
  3. Performance tuning

    - Faster generation of amicable candidates
    - Better filtering in InitialCheck and InitialCheck128
    SChernykh committed Mar 6, 2017
    Copy the full SHA
    7aec1ea View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2017

  1. Copy the full SHA
    22abca4 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2017

  1. Fixed early stopping

    Some combinations of /from and /to command line parameters caused the
    program to exit too early, skipping some ranges
    SChernykh committed Feb 15, 2017
    Copy the full SHA
    cf61dd4 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2017

  1. Merge pull request #4 from SChernykh/master

    Optimized the case when there are <= 3 factors left
    SChernykh committed Feb 5, 2017
    Copy the full SHA
    ccfb77b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    856793d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2017

  1. Windows XP compatibility

    SChernykh committed Jan 28, 2017
    Copy the full SHA
    90c3594 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2017

  1. Updated default task size

    SChernykh committed Jan 22, 2017
    Copy the full SHA
    8e32867 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Copy the full SHA
    b1406ae View commit details
    Browse the repository at this point in the history
  2. Fixed merge errors

    SChernykh committed Jan 20, 2017
    Copy the full SHA
    e8df149 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from SChernykh/master

    Optimized CheckPair() a bit
    SChernykh committed Jan 20, 2017
    Copy the full SHA
    90b0ee5 View commit details
    Browse the repository at this point in the history
  4. Optimized CheckPair() a bit

    Compare "p <= cubic root of n" instead of "p^3 <= n" on each iteration.
    SChernykh committed Jan 20, 2017
    Copy the full SHA
    63f3deb View commit details
    Browse the repository at this point in the history
  5. Optimized CheckPair() a bit

    Compare "p <= cubic root of n" instead of "p^3 <= n" on each iteration.
    SChernykh committed Jan 20, 2017
    Copy the full SHA
    f26e89d View commit details
    Browse the repository at this point in the history
  6. Faster initialization

    SChernykh committed Jan 20, 2017
    Copy the full SHA
    58d69d5 View commit details
    Browse the repository at this point in the history
  7. Faster initialization

    SChernykh committed Jan 20, 2017
    Copy the full SHA
    8280623 View commit details
    Browse the repository at this point in the history
Older