openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Y
yafu
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 7 hours
ago. based on code collected
1 day
ago.
Oct 30, 2024 — Oct 30, 2025
Showing page 1 of 41
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
+ added an ecm build option (ecm_demo). so far, for the clang projects only (will add to the others later). have not tested the gpu options; need to get a gpu-ecm build first!
buhrow
More...
2 days ago
+ move all functions and tables associated with getting/setting/computing/tracking work from ecm curves to the ecm module
buhrow
More...
3 days ago
+ remove a recoverable exit() from msieve's lanczos
buhrow
More...
4 days ago
+ a few tweaks and verbosity changes to factor and aurifeuillian poly generation process
buhrow
More...
7 days ago
+ log more of autofactor's decisions
buhrow
More...
8 days ago
+ rework of factor()
buhrow
More...
9 days ago
+ improvements to autodetection/processing of snfs input with factor()
buhrow
More...
9 days ago
use ysieve to generate primes for batch_factor instead of msieve's prime generator.
buhrow
More...
11 days ago
+ use portable formatting to read/print int64_t's when processing .raw files in nfs.
buhrow
More...
16 days ago
replaced references to old find_primitive_factor() to new remove_algebraic_factors() function.
buhrow
More...
18 days ago
Merge branch 'master' of https://github.com/bbuhrow/yafu
buhrow
More...
18 days ago
fobj->N always tracks the current unfactored number during autofactor
buhrow
More...
18 days ago
Merge pull request #67 from bbuhrow/snfs_overhaul
bbuhrow
More...
18 days ago
+ no more recursive factoring of composite factors, now handled in the main factor() loop and with improvements to add_to_factor_list()
buhrow
More...
18 days ago
+ uploading a couple more precompiled options for ggnfs lasieve5_64
buhrow
More...
21 days ago
+ compute and write to file the prime_product used in batch factoring. Will get reused for any subsequent job with the same LPB.
buhrow
More...
21 days ago
+ overhaul of how autofactor, nfs, and snfs configure jobs
buhrow
More...
22 days ago
+ a fix for small custom sieve intervals (when threads * qrange is larger than the interval)
buhrow
More...
22 days ago
+ fix issue with automated test sieving between several snfs polynomials, thanks MarkW for the debugging.
buhrow
More...
24 days ago
+ Some more sleep time around trying to remove temporary sieving files
buhrow
More...
24 days ago
+ add some utility functions for factor lists
buhrow
More...
25 days ago
abort nfs filtering if there are too many (> 10000) relation errors to prevent gigs of nfs.log
buhrow
More...
29 days ago
+ remove unused freq values from time estimate functions
buhrow
More...
29 days ago
+ if job file does not contain norms, compute them and choose side from them if needed
buhrow
More...
about 1 month ago
+ nfs is now a little more verbose in logfile
buhrow
More...
about 1 month ago
+ add nfs-gpu and yafu-gpu projects and replace with them in the yafu-gpu solution.
buhrow
More...
about 1 month ago
+ don't need to protect the my_ctz* functions contingent on existence of __uint128_t
buhrow
More...
about 1 month ago
gnfs polyselect now does norm analysis on the best poly found.
buhrow
More...
about 1 month ago
correction to NFS norm estimates
buhrow
More...
about 1 month ago
fix issues with recording ranges.
buhrow
More...
about 1 month ago
←
1
2
3
4
5
6
7
8
9
…
40
41
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree