Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
under gcc 9.3.1 pe_dll_list's std::unordered_map causes infinite comp…
…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
- Loading branch information