From 6b4b49bb87c9df3dcb9d41582c3e94f41fa075f4 Mon Sep 17 00:00:00 2001 From: Fredrik Strand Oseberg Date: Thu, 5 Oct 2023 09:37:06 +0200 Subject: [PATCH] docs: add link to design princples (#142) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fbf3757..07242e0 100644 --- a/README.md +++ b/README.md @@ -313,3 +313,7 @@ In this example the benchmark was run on a MacBook Pro (M1 Pro, 2021) with 16GB We can see a result of **854.3 ns/op**, which means around **101.131 billion** feature toggle evaluations per day. **Note**: The benchmark is run with a single CPU core, no parallelism. + +## Design philsophy + +This feature flag SDK is designed according to our design philosophy. You can [read more about that here](https://docs.getunleash.io/topics/feature-flags/feature-flag-best-practices).