From 67ea6c1ab5e7e754cccceb6d037e16c2b12cf750 Mon Sep 17 00:00:00 2001 From: xd Date: Thu, 23 Feb 2017 19:18:53 +0100 Subject: [PATCH] algorithm added --- algorithm.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 algorithm.py diff --git a/algorithm.py b/algorithm.py new file mode 100644 index 0000000..e87fe58 --- /dev/null +++ b/algorithm.py @@ -0,0 +1,10 @@ +if latency_datacenter < latency_cache + cache_niet +else + cache_wel + +def cache_niet: + //TODO les, implement + +def cache_wel: + //TODO les, implement