Is there an upper limit on .txt file size?

前端 未结 11 2255
礼貌的吻别
礼貌的吻别 2021-02-18 14:03

As a Christmas gift I have written a small program in Java to calculate primes. My intention was to leave it on all night, calculating the next prime and writing it to a .txt fi

11条回答
  •  醉梦人生
    2021-02-18 14:27

    How about saving some CPU cycles and just downloading a pre-computed list of primes? Or is it more "the thought that counts"? :)

提交回复
热议问题