topjohnwu faf4d76388 Use large vector<bool> instead of set<pid>
vector<bool> uses bitsets, so we actually only use 12k memory to
store all 3 possible PID info tables. PID checkup will be now become
O(1) instead of O(logn).

P.S. The reason why we don't use unordered_map is because including it
will result in significant binary size increase (might be due to the
complex hash table STL implementation? I really don't know).
2019-03-09 22:28:43 -05:00
..
2019-03-08 23:53:53 -05:00
2019-03-08 00:47:15 -05:00
2019-03-08 04:21:23 -05:00
2019-03-07 20:31:35 -05:00
2019-02-24 23:09:34 -05:00
2019-03-09 04:27:04 -05:00
2019-02-24 08:13:27 -05:00
2019-02-26 03:42:44 -05:00