Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: Out of Memory when generating large matrix

by Your Mother (Archbishop)
on Mar 06, 2018 at 03:11 UTC ( [id://1210387]=note: print w/replies, xml ) Need Help??


in reply to Re: Out of Memory when generating large matrix
in thread Out of Memory when generating large matrix

That's exciting. Since it's so easy, please whip up a working example like the rest of us regularly do.

–AnonymousMonkey

  • Comment on Re^2: Out of Memory when generating large matrix

Replies are listed 'Best First'.
Re^3: Out of Memory when generating large matrix
by Anonymous Monk on Mar 06, 2018 at 17:51 UTC

    I'm not the Anon above, or you-know-who, but I'll gladly oblige!

    Tally up the counts of tokens that appear on field #2.

    $ cat datafiles/* | sort -k2 | uniq -c -f1

    Can we please see your code now? Or maybe yet another diatribe on how the approach is simply wrong, does not scale, requires expensive disk i/o, is inelegant, hazardous, broken, politically incorrect or in some other way unsuitable.

      Well, I was doing a bit since SunnyD cannot answer any question where a technical answer is required and the spec as stated is risible. It demands no "custom programming." Your command pipeline is customized for the problem. It violates the solution spec.

      As to "see your code now," was that for me or the anonymous monk formerly known as sundialsvc4? I made no assertions at all about any of the code or that I was one with an answer here. I merely inquired as to the ingredients of the snake oil being advertised. This problem domain is quite a ways from anything I'm good at. :P

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1210387]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-25 17:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found