Compare commits
2 Commits
084eb8266b
...
cecea2eaff
| Author | SHA1 | Date | |
|---|---|---|---|
| cecea2eaff | |||
| e185c77cb8 |
@@ -304,7 +304,7 @@ private:
|
|||||||
std::vector<MultiQueryResult<OppositeKey, keyCount>> queryResults;
|
std::vector<MultiQueryResult<OppositeKey, keyCount>> queryResults;
|
||||||
queryResults.reserve(2048);
|
queryResults.reserve(2048);
|
||||||
Containers::Hashmap<OppositeKey, MultiQueryResult<OppositeKey, keyCount> *,
|
Containers::Hashmap<OppositeKey, MultiQueryResult<OppositeKey, keyCount> *,
|
||||||
3.0f, 2048, 0.01f> // Aggressive hashmap :o
|
8.0f, 2048, 0.01f> // Aggressive hashmap :o
|
||||||
locations;
|
locations;
|
||||||
|
|
||||||
for (DualkeyHash *hash : hashList) {
|
for (DualkeyHash *hash : hashList) {
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ public:
|
|||||||
// Empty bucket
|
// Empty bucket
|
||||||
if (!storage[keyHashPosition].empty()) {
|
if (!storage[keyHashPosition].empty()) {
|
||||||
// Throws
|
// Throws
|
||||||
Systems::Logging::Log("Trying to inserting same key twice! Throwing...",
|
Systems::Logging::Log("Trying to insert the same key twice! Throwing...",
|
||||||
"Hashmap", Systems::Logging::LogLevel::Error,
|
"Hashmap", Systems::Logging::LogLevel::Error,
|
||||||
Has(key));
|
Has(key));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user