From c7e660559ecd9cc2d76769bbad1d0f470ebdd308 Mon Sep 17 00:00:00 2001 From: Somya Singhal Date: Tue, 26 Aug 2025 00:25:14 +0530 Subject: [PATCH] Add Codeflash --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 796242045..56f42d3c9 100644 --- a/README.md +++ b/README.md @@ -818,6 +818,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [django-guardian](https://github.com/django-guardian/django-guardian) - Implementation of per object permissions for Django 1.2+ * [django-rules](https://github.com/dfunckt/django-rules) - A tiny but powerful app providing object-level permissions to Django, without requiring a database. +## Performance + +*Libraries and tools that help analyze, optimize, and improve software efficiency and speed.* + +* [CodeFlash.AI](https://codeflash.ai) - AI-powered Python code optimizer that automatically rewrites code for maximum performance with guaranteed correctness. + ## Processes *Libraries for starting and communicating with OS processes.*