We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43773d commit 218f68dCopy full SHA for 218f68d
README.md
@@ -152,6 +152,13 @@ try {
152
}
153
```
154
155
+## Performance impact
156
+
157
+Safe is loading 1000+ functions from ~85 files on each request. Yet, the performance impact of this loading is quite low.
158
159
+In case you worry, using Safe will "cost" you ~700µs on each request. The [performance section](performance/README.md)
160
+contains more information regarding the way we tested the performance impact of Safe.
161
162
## Work in progress
163
164
There are a number of pending issues [before releasing 1.0](https://github.com/thecodingmachine/safe/milestone/1)
0 commit comments