dtekcth / mat-chalmers

Lunch menus on and around Chalmers campus, built in Haskell
http://mat.dtek.se/
MIT License
7 stars 9 forks source link

First attempt at logging to files instead of std out #135

Closed The1Penguin closed 1 month ago

Rembane commented 1 month ago

Something just struck me, this is me thinking aloud, I think it's faster and uses less resources to write to file as a ByteString or Text, OTOH I think we'll have to go through String anyway, so maybe it doesn't matter?

The1Penguin commented 1 month ago

Something just struck me, this is me thinking aloud, I think it's faster and uses less resources to write to file as a ByteString or Text, OTOH I think we'll have to go through String anyway, so maybe it doesn't matter?

Ignored :dagger: