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
@ohpauleez has gotten some great performance out of Pedestal apps. We need a guide that shows everyone how to do this.
The "fast-pedestal" sample app is there. Readers could benefit from a walkthrough doc that explains the differences from a default (i.e., template-generated) service.
The guide should also mention the three kinds of requests that Pedestal has to offer (map, lazy, and zero-copy), as well as the strategy for making your own custom request type (common with hand-created chain-providers).
It's also important that we talk about the Router performance and how the route table affects possible optimizations (ie: the MapTree router can only be used if wildcard and param URLs are avoided).
@ohpauleez has gotten some great performance out of Pedestal apps. We need a guide that shows everyone how to do this.
The "fast-pedestal" sample app is there. Readers could benefit from a walkthrough doc that explains the differences from a default (i.e., template-generated) service.
Paul also has code in a private repo (https://github.com/cognitect-labs/FrameworkBenchmarks-internal/tree/master/frameworks/Clojure/pedestal/src/pedestal) that @mtnygard can use to write a guide.
The text was updated successfully, but these errors were encountered: