How to subtract one huge list from another efficiently in C#

后端 未结 4 883
天命终不由人
天命终不由人 2021-02-07 00:09

I have a very long list of Ids (integers) that represents all the items that are currently in my database:

var idList = GetAllIds();

I also hav

4条回答
提交回复
热议问题