Simon Willison’s Weblog

Subscribe

Items tagged promptengineering, sqlite in 2023

Filters: Year: 2023 × promptengineering × sqlite × Sorted by date


Running Python micro-benchmarks using the ChatGPT Code Interpreter alpha

Today I wanted to understand the performance difference between two Python implementations of a mechanism to detect changes to a SQLite database schema. I rendered the difference between the two as this chart:

[... 2939 words]