Thread with 1 post
jump to expanded postSo a buddy has a problem with his #NodeJS service, it needs to run millions of operations to calculate some shit and write it to some almost-a-gigabyte #json file.
And I'm like, "no dude stream it it's like this this is how you do it" and I make a poc for him that can run something like that in 26MB heap (~1MB per core + some extra).
And then on the other side, my recursive shit for #adventofcode regularly runs out of memory on a 64GB rig :)