> Inspired by @miran's repo _blushing_ :)
> Nim (python-naive) implementation unexpectedly much slower! Why? I know the answer, but you disabled issues in your repo so I cannot comment there. We had a long discussion on #nim IRC channel about this today, and there are two possible solutions for this problem: * initialize your set to have a large initial size `initSet[int](<big number, power of 2>)`, or * import `intsets` and then plain and simple `initIntSet()`
