drkameleon Thu, 05 Dec 2019 01:45:23 -0800
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)