Skip to content

Entries published on November 8, 2022

1 entry published on this date. See also: all entries published in November 2022, full archive.

A Python 3.11 “gotcha”

Recently at work I’ve been doing a bit of performance tuning on a service that’s getting ready to launch. It’s been built mostly on the tried-and-true principle of “first make it correct, then make it fast”, and really more like “then make it fast if necessary“. This is important because you generally want to have an idea of your performance goals up-front, and if you’re already hitting them then you should not spend a bunch more time trying to micro-optimize your way into being as fast as possible.

The actual performance tuning part of this wasn’t that exciting; there were …

Entry published November 8, 2022. Read full entry.