From 7fee9a4cee32e76aa76e298e813cc28a98846dc8 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 18 Feb 2025 00:11:24 +0100 Subject: [PATCH] Updated projects --- projects/1-q.md | 13 ++++++++++--- projects/2-web.md | 7 ------- projects/3-notify.md | 6 ------ 3 files changed, 10 insertions(+), 16 deletions(-) delete mode 100644 projects/2-web.md delete mode 100644 projects/3-notify.md diff --git a/projects/1-q.md b/projects/1-q.md index cd78d8f..2757d60 100644 --- a/projects/1-q.md +++ b/projects/1-q.md @@ -1,7 +1,14 @@ ### 🌱 q A programming language that is best described as a modern `C` with a focus on simplicity. -The compiler is quick, the executables are tiny and fast. -Currently under heavy development. +The compiler is: -[git](https://git.akyoto.dev/cli/q) | [donate](https://buy.stripe.com/4gw7vf5Jxflf83m7st) \ No newline at end of file +- 16x faster than gcc/clang +- 14x faster than Go +- 100x smaller in code size + +The executables are tiny, requiring just 106 bytes for a `Hello` program on top of headers. + +The execution speed is currently equivalent to unoptimized machine code but there is work being done in this area to get closer to C/Go/Rust/Zig. + +[git](https://git.akyoto.dev/cli/q) | [donate](https://en.liberapay.com/akyoto) \ No newline at end of file diff --git a/projects/2-web.md b/projects/2-web.md deleted file mode 100644 index 5175b1c..0000000 --- a/projects/2-web.md +++ /dev/null @@ -1,7 +0,0 @@ -### 🚀 web - -The fastest and most scalable HTTP router for Go. -Intended to be used behind a reverse proxy like `caddy`. -This website is running it on the backend. - -[git](https://git.akyoto.dev/go/web) | [donate](https://buy.stripe.com/7sIdTD9ZN6OJ3N6bIK) | [benchmarks](https://web-frameworks-benchmark.netlify.app/result) \ No newline at end of file diff --git a/projects/3-notify.md b/projects/3-notify.md deleted file mode 100644 index 53443ab..0000000 --- a/projects/3-notify.md +++ /dev/null @@ -1,6 +0,0 @@ -### 💃 notify.moe - -An anime tracker, database and community. -The website is very lightweight using less than 50 KB at its core and I still keep my promise to never show ads since 2016. - -[git](https://git.akyoto.dev/web/notify.moe) | [donate](https://buy.stripe.com/bIYcPzeg35KF0AUeUX) \ No newline at end of file