Hi everyone! I am brand new to Nim, and was inspired by the Advent of Nim post 
I saw on Hackernews the other day to give it a shot. Like others here, I will 
be posting my solutions to Github: 
[https://github.com/hermanschaaf/advent-of-code-2018](https://github.com/hermanschaaf/advent-of-code-2018)

@miran could you explain why initIntSet() is so much faster? In my testing, it 
turned out to be a lot faster than initializing with initSet[int](<big number, 
power of 2>). What is the difference?

Reply via email to