New tinylog

This commit is contained in:
Nathan Fisher 2024-02-22 10:13:26 -05:00
parent 7665a52897
commit 4105b9ea5e

View file

@ -4,10 +4,10 @@ Meta(
published: Some(Time(
year: 2024,
month: 2,
day: 20,
hour: 14,
minute: 1,
second: 51,
day: 22,
hour: 15,
minute: 13,
second: 24,
)),
tags: [
"tinylog",
@ -18,6 +18,10 @@ Some shorter thoughts and updates that might not warrant a full gemlog entry. I'
=> .. Home
## 2024-02-22 15:13 UTC
Preliminary results after swapping my `osrand` crate for `tinyrand` in Zond.
* Dependencies are down from 80 crates to 76
* Binary size is down by 4k
## 2024-02-20 14:01 UTC
My project for the writing class is due this weekend. Which means I'm coming to the end of this term and will be into the new on fairly soon. Pre-calculus is next, which means I will actually be starting my CS courses after that. Really looking forward to that.