- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Actually I bought SSD drive with the capacity of 120 GB. Page file consumes exactly 100GB and I started to test computation of large data sets up to 10e+9 elements of type double. For that purpose I base my code on STXXL library.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Yes , it is understood pretty well that the performance will be worse when the virtual memory is in use.
For my own purpose as I physically cannot upgrade to more than 32GB I decided to at least partially compensate over low HDD R/W speed by using 120 GB SSD.
Why are you locked so on mobile workstations? Can not you invest in second hand WS platform where you can easily upgrade to >128 GB of RAM?
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
This is a good approach.
In my case usually a reference solution is provided by the Mathematica 8 routines to which my implementation or in some case a tiny C++ wrapper around Fortran 77 code is compared. Of course this is in the case of numerical quadrature, ODE solvers and special functions evaluations.
Yes I plan to test stxxl::vector against pure C-style array and I do not expect from stxxl to be faster.
P.s
Was your intention to allocate 128GB or 128MB in static array declaration?
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I actually plan to create a thread for the Quadrature tests which I conduct now.
STXXL is based on the External Memory concept so it can be slower than std::vector or C-style array test when working on data set lying in physical memory. The more interested part will be when you are crossing into the realm of Virtual Memory.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
