sgb-io / sweary-linus

A learning exercise about programming languages and styles, featuring sweary wizard-man Linus Torvalds.
8 stars 0 forks source link

Make it all FASTER! #35

Open sgb-io opened 6 years ago

sgb-io commented 6 years ago

The basic implementation followed so far is... basic. Many loops and not the best performance. Many inefficient loops et al.

It would be cool to make the implementations fast, although do I want to retain some readability/maintainability factor (over performance) given the nature of the project? Could theoretically have high perf versions for each language.

To quote Linus...

It's wrong. It's stupid. Congratulations, you seem to have found a whole new and unique way of screwing up ;) Linus “my mom called me ‘special’ too” Torvalds Ugh, this is disgusting.

Ideas: