|
|
|
|
|
by igushev
2475 days ago
|
|
That is true. The complexities in Big O notations, but I put all real-life measurements in README.md, so readers could see. On small item counts the complexity of data structure itself makes it performs worse comparing to std::vectors, only on large item counts it performs betters.
Note that access is slower then std::vector due to complexity of data structure but multiplier is always the same. |
|