]> njoseph.me Git - experiments.git/blobdiff - tag_find/README.md
Add tag_find implementation in Nim lang
[experiments.git] / tag_find / README.md
index 36f45b4b53570c77e8d93d429ad6e8c3430578dc..c7946e160b4d24467c199c3656d7442155654c06 100644 (file)
@@ -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.