Commit graph

5 commits

Author SHA1 Message Date
AKP
6e0c944e03
Remove extraneous println 2021-12-11 00:34:10 +00:00
AKP
9fd93f91a1
Initial implementation of new runner architecture 2021-12-10 23:49:08 +00:00
AKU
a60facbf55
2021-10 Py: switch to using collections.deque
By switching the lists I was using as stacks out with a deque, I
appear to have achieved a teeeensy speed improvement.

List `append()` and `pop()` methods have at most a O(n) time
complexity, where deques have a O(1) time complexity.

https://docs.python.org/3/library/collections.html#collections.deque

Signed-off-by: AKU <tom@tdpain.net>
2021-12-10 16:34:14 +00:00
AKU
c55c9839e2
Code formatting
Signed-off-by: AKU <tom@tdpain.net>
2021-12-10 10:05:49 +00:00
AKU
84ffb29e1a
Add 2021-10 in Python
Signed-off-by: AKU <tom@tdpain.net>
2021-12-10 09:36:01 +00:00