Performance Comparison: ZIO 2 vs. Cats-Effect 3 vs. Tokio
@Michael Arnaldi I know that ZIO 2 is no longer trampoline for recursion and stack safety anymore. But for example cats-effect 3 still uses it. I have seen that using it compared to native rust (tokio) implementation stack safe traversing using Eval in scala (cats-effects) is 10x slower than stack-unsafe. Do you know how in effect one could also achieve this performance gain compared to tokio?
