Use unordered_map in schemarouter
The shard map doesn't have to be in order and an unordered map will do just fine.
This commit is contained in:
@ -32,7 +32,6 @@
|
||||
#include <maxscale/spinlock.h>
|
||||
|
||||
using std::string;
|
||||
using std::map;
|
||||
|
||||
namespace schemarouter
|
||||
{
|
||||
|
Reference in New Issue
Block a user