If I put the actual computation in a `main` proc, then the overhead disappears for me. The problem is that having `i` as a global variable incurs additional overhead if it's a Nim string.
- Why takes this code 22ns with cstring and 52ns with string... Stefan_Salewski
- Re: Why takes this code 22ns with cstring and 52ns wi... Jehan
