$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [container] New container: why is everybody silent?
From: Alexander Kuprijanov (alexkupri_at_[hidden])
Date: 2014-07-14 14:28:02
Hi boost community!
Please tell me something about my container, don't be silent.
I firmly intend to offer it to boost, because it's much faster than
competitors (by a constant factor).
It's intended to replace std::vector in cases, when an application
requires multiple insertion/deletion. It takes O(log(N)) for
insertion/deletion.
Docs: http://alexkupri.github.com/array/
Code: https://github.com/alexkupri/array
Best regards,
Aleksandr Kupriianov