Skip to content

Commit

Permalink
Adding link to performance README
Browse files Browse the repository at this point in the history
  • Loading branch information
moufmouf committed Oct 11, 2018
1 parent d43773d commit 218f68d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@ try {
}
```

## Performance impact

Safe is loading 1000+ functions from ~85 files on each request. Yet, the performance impact of this loading is quite low.

In case you worry, using Safe will "cost" you ~700µs on each request. The [performance section](performance/README.md)
contains more information regarding the way we tested the performance impact of Safe.

## Work in progress

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

0 comments on commit 218f68d

Please sign in to comment.