From 15e1487ed60e4480c7dc856e94ed36c20f347f84 Mon Sep 17 00:00:00 2001 From: gabrielgio Date: Fri, 25 Mar 2022 21:41:42 +0100 Subject: ref: Update genpass prject description Add detail about the rust implementation. --- content/projects/_index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'content') diff --git a/content/projects/_index.md b/content/projects/_index.md index 3229dd9..332162b 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -34,4 +34,10 @@ Just a list of some projects I finished. - [Password generator](https://genpass.gabrielgio.me/) [](https://gitlab.com/gabrielgio/genpass) - That is just me having fun with clojure script. + It started with me having fun with clojure script ([last + commit](https://gitlab.com/gabrielgio/genpass/-/tree/2db3d88503fbe219e99c464c4cc8e768613e1359)). + Now I have been using it as a playground to play a bit with rust/wasm and it + is a quite interesting comparacion to make. The cljs implementation could + not handle more than 1k chars, while the wasm can easly handle >100k. Is it + useful for a password generator? Probabally not, but if it your use case now + I got you covered. -- cgit v1.2.3