OK, so I've been playing and benchmarking ideas of how to implement an (uint64) 
stack in Nim. (seq-based, array-based, and timing push'es and pop's)

How would you approach this? (my main concern is speed)

Reply via email to