mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > FactorDB

Reply
 
Thread Tools
Old 2022-10-15, 13:21   #34
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

2×2,083 Posts
Default

Quote:
Originally Posted by LaurV View Post
I mean SSD
You mean a flash drive. Or a microSD card inside a giant enclosure. Some of them are real, some of them are scams, but all of them are the same low reliability as any cheap flash drive.
Not at all to be confused with "real" SSDs that cost ~$100/TB.
James Heinrich is offline   Reply With Quote
Old 2022-10-15, 14:00   #35
xilman
Bamboozled!
 
xilman's Avatar
 
"๐’‰บ๐’ŒŒ๐’‡ท๐’†ท๐’€ญ"
May 2003
Down not across

52·7·67 Posts
Default

Quote:
Originally Posted by LaurV View Post
Re compression: what compresses better, duplicate (redundant) information, or no information at all? Think about it.
OK, I thought about it.

Redundant information compresses very well, if the compression algorithm is any good.

The alternative given for consideration doesn't compress at all --- the compressed size is exactly the same as the uncompressed size.

Accordingly, my answer is "redundant information".
xilman is offline   Reply With Quote
Old 2022-10-15, 14:15   #36
retina
Undefined
 
retina's Avatar
 
"The unspeakable one"
Jun 2006
My evil lair

1A3D16 Posts
Default

Quote:
Originally Posted by xilman View Post
Quote:
Originally Posted by LaurV View Post
Re compression: what compresses better, duplicate (redundant) information, or no information at all? Think about it.
...
The alternative [no information] given for consideration doesn't compress at all --- the compressed size is exactly the same as the uncompressed size.
The compression ratios:
Redundant information: X divided by Y; X, Y > 0
No information: X divided by Y; X, Y = 0

If I compute the two ratios using FDIV on my FPU, and then use FCMP to compare them, what result will I get?
retina is online now   Reply With Quote
Old 2022-10-15, 15:58   #37
xilman
Bamboozled!
 
xilman's Avatar
 
"๐’‰บ๐’ŒŒ๐’‡ท๐’†ท๐’€ญ"
May 2003
Down not across

1172510 Posts
Default

Quote:
Originally Posted by retina View Post
The compression ratios:
Redundant information: X divided by Y; X, Y > 0
No information: X divided by Y; X, Y = 0

If I compute the two ratios using FDIV on my FPU, and then use FCMP to compare them, what result will I get?
I do not know the specifications for those particular implementations of IEEE floating point arithmetic. As I am too lazy to look them up, my only honest answer is: I don't know.

When I implemented a FP instruction set back in the day, 0/0 yielded NaN (according to spec) and NaN was not comparable to any number, including itself (again according to spec).
xilman is offline   Reply With Quote
Old 2022-10-15, 15:59   #38
xilman
Bamboozled!
 
xilman's Avatar
 
"๐’‰บ๐’ŒŒ๐’‡ท๐’†ท๐’€ญ"
May 2003
Down not across

52×7×67 Posts
Default

Quote:
Originally Posted by retina View Post
The compression ratios:
Redundant information: X divided by Y; X, Y > 0
No information: X divided by Y; X, Y = 0

If I compute the two ratios using FDIV on my FPU, and then use FCMP to compare them, what result will I get?
You are comparing ratio of sizes. I was comparing difference in sizes.

I argue that my approach is more appropriate given that we are considering the storage space used in each case.
xilman is offline   Reply With Quote
Old 2022-10-15, 22:40   #39
retina
Undefined
 
retina's Avatar
 
"The unspeakable one"
Jun 2006
My evil lair

3×2,239 Posts
Default

Quote:
Originally Posted by xilman View Post
... not comparable ...
And thus is the answer to LaurV's question.

Although the FPU result could also be a #IA exception depending upon the setting in control word. Which would create a weird result to LaurV's question.
retina is online now   Reply With Quote
Old 2022-10-16, 19:28   #40
EdH
 
EdH's Avatar
 
"Ed Hall"
Dec 2009
Adirondack Mtns

23×677 Posts
Default

Serious question:

Wouldn't a "simple" list of all the primes known to exist within all the sequences be sufficient to reproduce all the sequences? IOW, wouldn't a copy of the 420k 420m primes held by factordb be more than enough to rebuild any sequence familiar to factordb?

Last fiddled with by EdH on 2022-10-16 at 19:40 Reason: I wanted to.
EdH is offline   Reply With Quote
Old 2022-10-16, 19:31   #41
kruoli
 
kruoli's Avatar
 
"Oliver"
Sep 2017
Porta Westfalica, DE

5A216 Posts
Default

Yes, it would take some time, but I would assert it is a reasonable amount of time. You could "trial factor" each number by trying each prime known to FactorDB up to sqrt(number). I am thinking you could even improve that a lot by using some GCD trickery.
kruoli is offline   Reply With Quote
Old 2022-10-16, 19:34   #42
R. Gerbicz
 
R. Gerbicz's Avatar
 
"Robert Gerbicz"
Oct 2005
Hungary

65516 Posts
Default

Quote:
Originally Posted by EdH View Post
Serious question:

Wouldn't a "simple" list of all the primes known to exist within all the sequences be sufficient to reproduce all the sequences? IOW, wouldn't a copy of the 420k primes held by factordb be more than enough to rebuild any sequence familiar to factordb?
That is still an overshoot, you don't need to store the largest prime divisor for the numbers, of course unless that prime divisor is not a largest prime divisor for another number.
R. Gerbicz is offline   Reply With Quote
Old 2022-10-17, 05:31   #43
Happy5214
 
Happy5214's Avatar
 
"Alexander"
Nov 2008
The Alamo City

2×13×37 Posts
Default

Quote:
Originally Posted by LaurV View Post
Re compression: what compresses better, duplicate (redundant) information, or no information at all? Think about it.
Based on my experience manually massaging aliquot log files to remove redundant information and comparing compression ratios, the manually stripped log archives were smaller, but the archives of the raw logs had better compression ratios.

Quote:
Originally Posted by LaurV View Post
1. No. Flat text files. [...] A separate index/hash file is maintained, which will help with searching. [...]
How many files, and what is the format of the index?

Quote:
Originally Posted by LaurV View Post
2. Yes, and there is no issue.
See below.

Quote:
Originally Posted by LaurV View Post
3. It does not. This is the job of the guy reading/interpreting it (the app used to show/add/edit/work the sequences). FDB works kinda the same. This poses no issue for terminating sequences. The primes are also stored in the DB, they are numbers, like any, and have their own lines. A line with a prime would look like "prime 1 a b", or "prime a b 1", where a, b, are the lowest sequence terminating in that prime and respectively the longest sequence, and "1" is the factor/flag (see below). There is a good reason why these need to be stored (for any line, not only for primes). Why would you need to store other info? Give me a real example of a case when you need more. Note that prime lines don't really need a flag, as the only factor is 1, this is flag-enough itself.
What do you do when there are two completely separate trees that terminate at the same prime (like 19, which is the aliquot sum of both 65 and 77)?

Quote:
Originally Posted by LaurV View Post
6. It does not. [...] When you look to two sequences that "merge", and it shows you the same info two times, it doesn't mean that the info is stored two times, once for each sequence. It is not. It is the "application" (database's elves) that "reconstruct" the sequence, calculate sigma for each line, get to that index, get the info of the new index, increment the index, calculate new sigma, check for cycle, etc. These things are not stored in the DB. [...]
It actually is stored in the database, just on the individual lines (in the form of a link to its aliquot sum entry) instead of a sequence table. It's reset when the whole database is reset and cached on the first load, which is why loading sequences takes so long after a database reset, and also why sequences that are "broken" stay broken without manual intervention by Markus.
Happy5214 is offline   Reply With Quote
Old 2022-10-20, 09:28   #44
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
"name field"
Jun 2011
Thailand

5·112·17 Posts
Default

Quote:
Originally Posted by Happy5214 View Post
What do you do when there are two completely separate trees that terminate at the same prime (like 19, which is the aliquot sum of both 65 and 77)?
1. How do you do this with the current (redundant) information in FDB? (think about, no need to reply).

2. In which situation do you actually need to "go back"? (i.e. given 19, get 65 and 75 out of it) (idem)

The "procedure", as I know it, is always in the opposite direction - you are giving 65, or 77, and need to get 19. Of course, to reconstruct the complete tree you need to be given BOTH 65 and 77, AND their factors (unless your name is sm88, see his related thread here around). Once you are given the factors of them, you can do this very easy (i.e. compute sigma, paint the trees).

Sometimes ago I posted that the most of the sequences terminate in 43. Also, when somebody asked (I think it was Dubslow) I posted that the largest prime a (not-trivial, not like M82589933) sequence terminates into, was (about 20 digits number, I don't have it now). How did I get that?
LaurV is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
seasonal or long term trends kriesel Cloud Computing 19 2021-05-26 16:51
Long term evidence of civilization. xilman Science & Technology 65 2021-05-07 12:26
Using long long's in Mingw with 32-bit Windows XP grandpascorpion Programming 7 2009-10-04 12:13
I think it's gonna be a long, long time panic Hardware 9 2009-09-11 05:11
Long-term Primenet archive delta_t Data 3 2005-08-25 00:31

All times are UTC. The time now is 00:11.


Tue Mar 28 00:11:02 UTC 2023 up 221 days, 21:39, 0 users, load averages: 0.51, 0.91, 1.05

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.

โ‰  ยฑ โˆ“ รท ร— ยท โˆ’ โˆš โ€ฐ โŠ— โŠ• โŠ– โŠ˜ โŠ™ โ‰ค โ‰ฅ โ‰ฆ โ‰ง โ‰จ โ‰ฉ โ‰บ โ‰ป โ‰ผ โ‰ฝ โŠ โА โŠ‘ โŠ’ ยฒ ยณ ยฐ
โˆ  โˆŸ ยฐ โ‰… ~ โ€– โŸ‚ โซ›
โ‰ก โ‰œ โ‰ˆ โˆ โˆž โ‰ช โ‰ซ โŒŠโŒ‹ โŒˆโŒ‰ โˆ˜ โˆ โˆ โˆ‘ โˆง โˆจ โˆฉ โˆช โจ€ โŠ• โŠ— ๐–• ๐–– ๐–— โŠฒ โŠณ
โˆ… โˆ– โˆ โ†ฆ โ†ฃ โˆฉ โˆช โІ โŠ‚ โŠ„ โŠŠ โЇ โŠƒ โŠ… โŠ‹ โŠ– โˆˆ โˆ‰ โˆ‹ โˆŒ โ„• โ„ค โ„š โ„ โ„‚ โ„ต โ„ถ โ„ท โ„ธ ๐“Ÿ
ยฌ โˆจ โˆง โŠ• โ†’ โ† โ‡’ โ‡ โ‡” โˆ€ โˆƒ โˆ„ โˆด โˆต โŠค โŠฅ โŠข โŠจ โซค โŠฃ โ€ฆ โ‹ฏ โ‹ฎ โ‹ฐ โ‹ฑ
โˆซ โˆฌ โˆญ โˆฎ โˆฏ โˆฐ โˆ‡ โˆ† ฮด โˆ‚ โ„ฑ โ„’ โ„“
๐›ข๐›ผ ๐›ฃ๐›ฝ ๐›ค๐›พ ๐›ฅ๐›ฟ ๐›ฆ๐œ€๐œ– ๐›ง๐œ ๐›จ๐œ‚ ๐›ฉ๐œƒ๐œ— ๐›ช๐œ„ ๐›ซ๐œ… ๐›ฌ๐œ† ๐›ญ๐œ‡ ๐›ฎ๐œˆ ๐›ฏ๐œ‰ ๐›ฐ๐œŠ ๐›ฑ๐œ‹ ๐›ฒ๐œŒ ๐›ด๐œŽ๐œ ๐›ต๐œ ๐›ถ๐œ ๐›ท๐œ™๐œ‘ ๐›ธ๐œ’ ๐›น๐œ“ ๐›บ๐œ”