mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Use Martin Ankerl's robin hood unordered map.
ska::flat_hash_map has bugs and its development is dead.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "../common/TracyForceInline.hpp"
|
||||
#include "tracy_flat_hash_map.hpp"
|
||||
#include "TracyCharUtil.hpp"
|
||||
#include "TracyEvent.hpp"
|
||||
#include "TracyMemory.hpp"
|
||||
@@ -97,12 +96,6 @@ struct VarArrayHasher
|
||||
}
|
||||
};
|
||||
|
||||
template<typename T>
|
||||
struct VarArrayHasherPOT : public VarArrayHasher<T>
|
||||
{
|
||||
typedef tracy::power_of_two_hash_policy hash_policy;
|
||||
};
|
||||
|
||||
template<typename T>
|
||||
struct VarArrayComparator
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user