top | item 42290842

(no title)

a_humean | 1 year ago

I think there might end up being some problems which will be very challenging to solve with those resource constraints - namely memory. You will probably have to be pretty clever with your solutions.

I remember one of my naive brute force solutions from last year ended up allocating gigabtyes of memory. There were obviously more efficient solutions, but some of the inputs are pretty large and so hefty allocations might be difficult to avoid.

discuss

order

the_duke|1 year ago

Yeah I know it will be tough.

I do allow myself a 5Gb disk to which I can page out memory.

no_time|1 year ago

How does that work irl? Do you have an SD card attached?