
Hi everyone! I'm Julian, 21 years old, student at the university of Innsbruck, Austria. Currently I'm making my bachelor in physics and computer science. I really would like to participate as a GSoC-student of yours. I intend to write a proposal for the Boost.Devector project. But first I wanted to ask a few questions: 1) I didn't understand if devector is an intrusive container or it only has to use them? 2) What does this devector class should (exaclty) be capable to do? 3) Which methods are the most important to perform in O(1)? 4) I didn't used the boost-library very much in the past, is this a great problem for this project? Thanks for your time. Regards, Julian

Hi Julian, seeing your mail not yet answered I dare do so. I suppose you have read https://svn.boost.org/trac/boost/wiki/soc2009 You should be very familiar with std::deque and standard containers in general and the standard specification and of course also with boost or at least certain parts of it. Please read things properly: "One of the prime uses of std::deque is with intrusive containers, whether are home-made or based on Boost.Intrusive..." i.e. one would like to use it in intrusive containers... Then, given the hints in https://svn.boost.org/trac/boost/wiki/soc2009 you should come up with a good proposal. That's the work that needs to be done, understand the state of the art and improve on it. You, on the other hand, ask questions that you are supposed to solve (Better ask yourself: Which functions can be made O(1)?) You should have read all the mails regarding boost::devector so far. If you had done so you would probably know that others have already an almost finished proposal. Still, basically you could come up with a better solution. But given that there are already a few who do devector, you should make sure your solution is better, else more people only serve to make the communication effort rise. This should not deviate from the fact that good contributions are surely - welcome for boost and everybody who uses it - an exquisite learning experience So hang on! regards, Roland
Hi everyone!
I'm Julian, 21 years old, student at the university of Innsbruck, Austria. Currently I'm making my bachelor in physics and computer science.
I really would like to participate as a GSoC-student of yours. I intend to write a proposal for the Boost.Devector project. But first I wanted to ask a few questions:
1) I didn't understand if devector is an intrusive container or it only has to use them?
2) What does this devector class should (exaclty) be capable to do?
3) Which methods are the most important to perform in O(1)?
4) I didn't used the boost-library very much in the past, is this a great problem for this project?
Thanks for your time.
Regards,
Julian
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
Julian Mautner
-
Roland Puntaier