softwaremill / tapir

Rapid development of self-documenting APIs

Home Page:https://tapir.softwaremill.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize costly Endpoint operations

kciesielski opened this issue · comments

These operations on Endpoint add quite an overhead: Endpoint.show, Endpoint.show, Endpoint.method. They could probably become lazy val instead of def to save some CPU.