I
I
Igor2012-09-23 09:43:07
Programming
Igor, 2012-09-23 09:43:07

Case studies in C++ for working with large amounts of data and using STL

Where can I find interesting examples (apparently educational, close to real tasks) of working with large amounts of data in C ++. For example, experiment (“play around”) with the choice of different containers, algorithms for them, estimate the time of work, etc. Of course, I can create a large file (this is the first thing that comes to mind), read it, write it to some kind of container , perform some transformations and write to another file as the result. But I want some kind of guide that is closer to real tasks, maybe some examples of how to do it all right, especially how to correctly evaluate. It is possible in English.
PS I apologize for the somewhat chaotic question, I hope they understand me :)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
MicRaiS, 2012-09-23
@MicRaiS

In the book B. Eckel, C. Allison - C++ Philosophy (volume 2) there are very good examples using STL.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question