7
pk76
5y

I hope I'm not spending several days worth of work rewriting a code base for it not to have any performance benefits at all.

Comments
  • 2
    Hopefully it will be more maintainable
  • 2
    Even if it's not, I'll bet you learned a lot doing it. And that is still awesome
  • 0
    @electrineer maintainability isn't an issue. It's barely over 3000 SLOC and has a maintainability index of 87. It's a small and well written code base. But it's got a strong need to be high performance. I did four or five rewrites just during initial development.
  • 0
    @dan-pud or learned what not to do later, which is probably even more valuable.
  • 3
    oh, those sleepless nights with profiler in hunt for the smallest performance gain. I don't really have much time for that at work but i practically fetishized it in personal projects. That's why none of them gets actually finished xD
  • 0
    @HCC5GDKc7 Oh this one is "finished". Official v1.0 release with announcement and everything. Even though performance is really good I'm still pursuing better performance and more features still.
  • 1
    well then, good luck with your bottlenecks and may the gods of efficiency be with you
Add Comment