TIL, Algorithm implementations can be optimized to better match the computer’s architecture, improving their speed and efficiency.
TIL, Algorithm implementations can be optimized to better match the computer’s architecture, improving their speed and efficiency.
TIL, Turso is SQLite-compatible embedded database written in Rust and having async interface.
django-libsql allows you to use Turso in a Django website replacing the standard SQLite.
TIL, Retrieving a value from an array might take longer for larger arrays, because of the cache line.
A cache line is a small chunk of memory, usually 64 bytes, that the CPU copies back and forth between the main memory (RAM) and the faster memory area called the cache.
P99 Conf runs today and tomorrow! Historically #p99conf features technically rich talks, and this year's agenda seems to indicate 2025 will be more awesomeness! You should drop in for a session or two if you have time.
I'm going to be holding a talk at this years #p99conf about some of the optimization work that I've done earlier at Climatiq, to achieve sub-10ms latencies for some of our endpoints. More details in this short intro video: