What does 'chunked down number' mean?

  • Thread starter Thread starter mesa
  • Start date Start date
  • Tags Tags
    Mean
Click For Summary

Discussion Overview

The discussion revolves around the term "chunked down number" in the context of software, particularly relating to prime verification of large numbers. Participants explore the meaning of this term, its implications for programming, and its relationship to concepts like reductionism.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification

Main Points Raised

  • One participant inquires about the meaning of "chunked down number" in relation to software for checking large primes.
  • Another participant suggests that "chunking down" refers to breaking a large task into smaller parts for easier analysis, linking it to reductionism.
  • A different participant notes that while chunking down may speed up programs by simplifying tasks, it could potentially lead to erroneous outputs.
  • One participant argues that reductionism is a broader mindset and that "chunking down" is a fashionable term without a formal definition, applicable across various fields.
  • Another participant provides an analogy involving solving a Rubik's cube to illustrate the concept of chunking down in handling data.

Areas of Agreement / Disagreement

Participants express differing views on the formal definition and necessity of "chunking down" in programming. There is no consensus on whether it is a necessary step or merely a fashionable term.

Contextual Notes

Some participants mention that the term may not have a formal definition and is used variably across different fields, indicating a lack of clarity in its application.

mesa
Gold Member
Messages
694
Reaction score
36
I have been asking around campus to find software for checking 'gigantic' primes and this term popped up in my inbox today

"chunked down number'

So what in software language is a 'chunked down number'? They were concerned if using Java that this might be a problem for prime verification of gigantic values.
 
Last edited:
Technology news on Phys.org
So reductionism is a way of speeding up the program by simplifying each task that has to be performed and therefore will reduce the number of cycles per operation. The downside being it could result in erroneous outputs?

The last time we played with these the programmer sped things up by reducing witnesses but didn't mention chunking down although it seems it would have been part of his work.
 
No - reductionism is a general mindset - which is why it's an -ism.
The phrase "Chunking down" to describe the process of dividing a task into smaller bits seems to be fashionable.
ifaik it has no formal definition and is used across many fields.

Another example of chunking down is if you've ever done a 4x4 rubik's cube? There's a stage in the solution where you turn the cube in blocks of 4 faces (which is 7 sub-cubes).

It would describe anywhere you handle lots of data in chunks.
 
  • Like
Likes   Reactions: 1 person
Simon Bridge said:
The phrase "Chunking down" to describe the process of dividing a task into smaller bits seems to be fashionable.
ifaik it has no formal definition and is used across many fields.

Okay, so this is not usually a necessary step when writing code. I now have a program and am working with one of our campus Professors to get it streamlined for use. It looks as if there is going to be a steep learning curve ahead...

On another note, I like your Rubik's cube analogy.
 

Similar threads

Replies
14
Views
3K
Replies
3
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
1
Views
2K