Fast intersection of sets: C++ vs C#

后端 未结 13 1623
野性不改
野性不改 2020-12-28 10:17

On my machine (Quad core, 8gb ram), running Vista x64 Business, with Visual Studio 2008 SP1, I am trying to intersect two sets of numbers very quickly.

I\'ve impleme

相关标签:
13条回答
  • I know your solution is working fine, but have you tried using the STL implementations:

    • includes
    • set_intersection

    It might be optimized for your plataform already, so I'd give it a shot

    0 讨论(0)
提交回复
热议问题