$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Proposal: Vector-like container, which takes O(log(N)) for insert/erase (Glen Fernandes)
From: Alexander Kuprijanov (alexkupri_at_[hidden])
Date: 2014-04-03 19:42:51
Hi, again,
I've implemented a container which should replace vector and have
O(log(N)) for insert/delete.
Please review.
https://github.com/alexkupri/array/blob/master/description/description.txt
The code is small, the description is verbose.
Best regards,
A.K.