7mind / izumi

Productivity-oriented collection of lightweight fancy stuff for Scala toolchain

Home Page:https://izumi.7mind.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get rid of runtime rewrites (of AutoCloseable, ExecutionContext)

pshirshov opened this issue · comments

They are slow due to the nature of <:<, but they may be done in compile time in various ways. We may preserve the output of <:< and retain existing rewriting logic or do the rewrites completely in compile time.