C++Talk.NET Forum Index C++Talk.NET
C++ language newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AssocVector

 
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language (comp.lang.c++)
View previous topic :: View next topic  
Author Message
wo3kie
Guest





PostPosted: Sun Jul 01, 2012 7:32 pm    Post subject: AssocVector Reply with quote



Hi all,

I am happy to announce that AssocVector 1.0.0 is ready. It is a container with std::map interface but its implementation is based on an array for performance.

However insert and erase operations are significantly optimized (O(sqrt(N))..

For more details please visit here
https://github.com/wo3kie/AssocVector/wiki/FAQ

or here
http://lukaszczerwinski.pl/assoc_vector.en.html.


Thank you,
Ɓukasz CzerwiƄski
Back to top
Alain Ketterlin
Guest





PostPosted: Sun Jul 01, 2012 7:32 pm    Post subject: Re: AssocVector Reply with quote



wo3kie <wo3kie (AT) gmail (DOT) com> writes:

Quote:
Hi all,

I am happy to announce that AssocVector 1.0.0 is ready. It is a
container with std::map interface but its implementation is based on
an array for performance.

However insert and erase operations are significantly optimized
(O(sqrt(N)).

For more details please visit here
https://github.com/wo3kie/AssocVector/wiki/FAQ

Typo: second sentence of first FAQ says "Searching in a sorted array has
O(nlog(n))".

-- Alain.
Back to top
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language (comp.lang.c++) All times are GMT
Page 1 of 1

 
 


Powered by phpBB © 2001, 2006 phpBB Group