排序
A performant and extensible Web Server with Zig and Python
A performant and extensible Web Server with Zig and Python, Preface I am passionate about my interest in software development, specifically the puzzle of ergonomically creating sof...
GIL “removal” for Python true multi threading
GIL 'removal' for Python true multi threading,Python recently (3.12) has some important performance update that make it faster and better support for multi threading. Source Below ...
FireDucks: Get performance beyond pandas with zero learning cost!
FireDucks: Get performance beyond pandas with zero learning cost!,Pandas is one of the most popular libraries, when I was looking for an easier way to speed up its performance, I d...
Speeding Up API Development: Handling High-Load Requests Efficiently with Python
Speeding Up API Development: Handling High-Load Requests Efficiently with Python,API development is a cornerstone of modern software applications, from mobile apps to web platforms...
OpenTelemetry Traces from IRIS implemented SOAP Web Services
OpenTelemetry Traces from IRIS implemented SOAP Web Services,A customer recently asked if IRIS supported OpenTelemetry as they where seeking to measure the time that IRIS impl...
Melhorando o desempenho de aplicações Spring Boot – Parte II
Melhorando o desempenho de aplicações Spring Boot - Parte II,Na primeira parte deste artigo, aprendemos a como estar melhorando o desempenho das nossas aplicações, substituindo...
How Comparison Optimization Makes Python Sorting Faster
How Comparison Optimization Makes Python Sorting Faster, In this text the terms Python and CPython, which is the reference implementation of the language, are used interchangeably....
Python 3.13 RC1 – a Quick CPU Benchmark
Python 3.13 RC1 - a Quick CPU Benchmark,Python 3.13 is due to be released in October, yet the first release candidate was published earlier in August. Last year, I did a quick CPU ...
Melhorando o desempenho de aplicações Spring Boot – Parte I
Melhorando o desempenho de aplicações Spring Boot - Parte I,Ao iniciar aplicações Spring Boot, normalmente usamos as configurações padrão fornecidas pelos starters, o que é...
Metrics Can Fool You: Measuring Execution Time in Connection-Pooled Environments
Metrics Can Fool You: Measuring Execution Time in Connection-Pooled Environments,Measuring the execution time of requests to external services is critical for performance monitorin...
timeit.repeat – playing with repetitions to understand patterns
timeit.repeat - playing with repetitions to understand patterns, 1. The problem Over your software engineering career, you might encounter a piece of code that performs poorly, tak...
The Quest for Performance Part II : Perl vs Python
The Quest for Performance Part II : Perl vs Python, Having run a toy performance example, we will now digress somewhat and contrast the performance against a few Python implementat...