Closed votacom closed 4 years ago
The current implementation of adding days to a Skarbal date is a recursive search. Change to a constant-time implementation.
Still kept to recursion, but constant-time. (maximum recursion depth of 368). SOlved in commit 71f0532d373b2dc4136719f5b30cee2992d36f20.
The current implementation of adding days to a Skarbal date is a recursive search. Change to a constant-time implementation.