Skip to content

Commit 218f68d

Browse files
committed
Adding link to performance README
1 parent d43773d commit 218f68d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,13 @@ try {
152152
}
153153
```
154154

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+
155162
## Work in progress
156163

157164
There are a number of pending issues [before releasing 1.0](https://github.com/thecodingmachine/safe/milestone/1)

0 commit comments

Comments
 (0)