X-Git-Url: https://njoseph.me/gitweb/experiments.git/blobdiff_plain/d909520e1068ca4837187f91a8c475c31f937758..HEAD:/tag_find/README.md diff --git a/tag_find/README.md b/tag_find/README.md index 36f45b4..c7946e1 100644 --- a/tag_find/README.md +++ b/tag_find/README.md @@ -10,6 +10,19 @@ Languages used: * [Go](https://golang.org) * [Joker](https://joker-lang.org) * [Racket](https://racket-lang.org) +* [Nim](https://nim-lang.org) + +## Binary size comparison + +Among the compiled languages tested, Nim produces the smallest binaries and Go +the largest. Rust is in between. + +| Language | Binary size | +| -------- | -------- | +| Go | 4100 KB | +| Rust | 447 KB | +| Nim | 123 KB | + ## Disclaimer The implementations are written with hardly 3 hours of experience with each language and will perform poorly. Use at your own risk if you want to.