]> git.sur5r.net Git - c128-kasse/commit
Rework format_euro()
authorJakob Haufe <sur5r@sur5r.net>
Thu, 5 Oct 2017 22:47:34 +0000 (00:47 +0200)
committerJakob Haufe <sur5r@sur5r.net>
Thu, 5 Oct 2017 22:47:34 +0000 (00:47 +0200)
commit81899e9ef7a6c5562a0f4e2dd7eacee03cab3507
tree389ba086fe31c84b679fd7cb200a2fa313607abc
parent30f6c903bdd22b007d6e1b75ad3fce718000b2d9
Rework format_euro()

Should have been this way from the start. As of today, it's unclear
whether there has been a real bug in the library back then of just a
confusion between %02d and %0.2d.

An simple benchmark of 1000 iterations resulted in approximately
25% speedup at 1MHz and 12.5% speedup at 2MHz.
src/general.c