evanberkowitz / two-dimensional-gasses

Let's crush it
0 stars 0 forks source link

Bootstrap observables directly from disk #80

Open evanberkowitz opened 1 year ago

evanberkowitz commented 1 year ago

Loading all the observables at once in order to do the bootstrap can be very memory-intensive.

It would be good to be able to do the bootstrap one @observable or @derived at a time, reading directly from disk and dumping the answer onto disk, never storing all observables in RAM at once.