Are there any tests for large data containers?

I'm currently looking for a way to handle a large dataset.

It seems stxxl is often recommended, however I need to know more about this before making a decision.

question:

  • Is the STXXL a completely neutral platform?

  • Any alternatives?

  • Any tests on a large data library?

+6
source share
1 answer

1) I personally tried it on both Windows and Linux, and there is no reason why it should not be compiled on a Mac. I do not know what you mean by neutral .

2) There are alternatives such as TPIE, LEDA-SM, etc. that are no longer being developed. I think STXXL is your best bet as it supports PDM (Parallel Disk Model).

+1
source

Source: https://habr.com/ru/post/914310/


All Articles