Java: fastest way to do random reads on huge disk file(s)

前端 未结 4 662
走了就别回头了
走了就别回头了 2021-02-04 19:12

I\'ve got a moderately big set of data, about 800 MB or so, that is basically some big precomputed table that I need to speed some computation by several orders of magnitude (cr

4条回答
  •  北恋
    北恋 (楼主)
    2021-02-04 19:56

    Actually 800 MB isn't very big. If you have 2 GB of memory or more, it can reside in disk cache if not in your application itself.

提交回复
热议问题