From a5f43cb7fab916316700a05a4eafdb79dbc69c63 Mon Sep 17 00:00:00 2001 From: Inga Date: Tue, 14 Nov 2023 12:34:42 +0000 Subject: [PATCH] compiled binary size in readme --- hostnames_allocator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostnames_allocator/README.md b/hostnames_allocator/README.md index eb01d3b..c087b58 100644 --- a/hostnames_allocator/README.md +++ b/hostnames_allocator/README.md @@ -63,7 +63,7 @@ Memory requirements are `O(log(number of ranges))` plus combined length of all h Constant factors were not considered in this implementation. -Compiled binary size on `x86_64-unknown-linux-musl` target is 506KB. +Compiled binary size on `x86_64-unknown-linux-musl` target, in release mode, is 506KB. ## Usage