X-Git-Url: https://njoseph.me/gitweb/experiments.git/blobdiff_plain/9d10f611507675e020ad36c806c872e49466a9aa..fa67fead3969d025bbaf411792d2075aaeb2455e:/tag_find/README.md diff --git a/tag_find/README.md b/tag_find/README.md index b6edcee..c7946e1 100644 --- a/tag_find/README.md +++ b/tag_find/README.md @@ -9,6 +9,20 @@ Languages used: * [Rust](https://rust-lang.org) * [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.