Oh yes, most functions are faster than std, sometimes 4 times faster, for example clone. Insert is nearly 3 times faster.
The thing that slower is iterating over small maps, there is a compiler fix outstanding that may help to some extent with that.
Oh yes, most functions are faster than std, sometimes 4 times faster, for example clone. Insert is nearly 3 times faster.
The thing that slower is iterating over small maps, there is a compiler fix outstanding that may help to some extent with that.