From 90d4f963ce590370fc6b44c4169e1208219a3cef Mon Sep 17 00:00:00 2001 From: Tomer Even Date: Mon, 25 May 2020 19:28:41 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9124425..e451c4b 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ In `build_dir` directory - `first level load factor`: In average, how loaded should each PD be. - `second level load factor`: Sets the hash table size. - +#Minimal_Branch +Removing files not in use. An attempt to make the code structure simpler for importing purposes. From 0f290fe16bcff2a64714f130bcde5157c0c895c0 Mon Sep 17 00:00:00 2001 From: Tomer Even Date: Mon, 25 May 2020 19:29:10 +0300 Subject: [PATCH 2/2] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e451c4b..084adb9 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ In `build_dir` directory - `first level load factor`: In average, how loaded should each PD be. - `second level load factor`: Sets the hash table size. -#Minimal_Branch +# Minimal_Branch Removing files not in use. An attempt to make the code structure simpler for importing purposes.