Skip to content

Conversation

hanickadot
Copy link

@hanickadot hanickadot commented Aug 6, 2020

  • under gcc 9.3.1 pe_dll_list's std::unordered_map causes infinite compilation time, I change it to make it compile in no time, and I'm using O(log_2 n) algorithm, which theoretically is slower than std::unordered_map but this will be quicker

…ilation time, I change it to make it compile in no time, and I'm using O(log_2 n) algorithm, which theoretically is slower than std::unordered_map but here it will be quicker
@PeterMatula
Copy link
Collaborator

run TC tests

@PeterMatula
Copy link
Collaborator

TC test failed, but build is OK. This is most likely due to new tests in the master.

@PeterMatula PeterMatula merged commit e57706f into avast:master Aug 7, 2020
PeterMatula added a commit that referenced this pull request Aug 7, 2020
Return value was reversed by #835 merge.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants