Releases: dgraham/identicon
Releases · dgraham/identicon
Identicon 0.1.1
- Built with Rust 1.4.0.
- Executable size dropped 20% from 371 KB to 293 KB.
- Runtime performance improved over 2x:
$ time for i in {1..1000}; do echo $i | ./identicon > images/$i.png; done
real 0m17.830s # Identicon 0.1.0 (Rust 1.0)
real 0m7.404s # Identicon 0.1.1 (Rust 1.4)
Identicon 0.1.0
Built with Rust 1.0.0 Beta.
$ unzip identicon-0.1.0-osx.zip
$ echo -n 480938 | ./identicon > hubot.png
$ open hubot.png