AssocVector

  • Follow


Hi all,

I am happy to announce that AssocVector 1.0.0 is ready. It is a container w=
ith std::map interface but its implementation is based on an array for perf=
ormance.

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,
=C5=81ukasz Czerwi=C5=84ski
0
Reply wo3kie (6) 7/1/2012 7:32:52 PM

wo3kie <wo3kie@gmail.com> writes:

> 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.
0
Reply alain14 (254) 7/1/2012 7:54:08 PM


1 Replies
39 Views

(page loaded in 0.052 seconds)

Similiar Articles:







7/21/2012 5:06:54 PM


Reply: