You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently found myself debugging sanctuary-type-classes/List@1 while getting to the bottom of stack overflows in a test suite. It turns out that implementing methods recursively is elegant but doesn't work for large structures. 😂
I spent time rewriting the functions with loops, and I now want to put that code somewhere so it can be used by the test suites of multiple projects. This repository is the logical place.
If people end up using this module and we encounter performance problems, we can investigate building atop funkia/list as originally planned.
I recently found myself debugging
sanctuary-type-classes/List@1
while getting to the bottom of stack overflows in a test suite. It turns out that implementing methods recursively is elegant but doesn't work for large structures. 😂I spent time rewriting the functions with loops, and I now want to put that code somewhere so it can be used by the test suites of multiple projects. This repository is the logical place.
If people end up using this module and we encounter performance problems, we can investigate building atop funkia/list as originally planned.
/cc @paldepind
The text was updated successfully, but these errors were encountered: