Coding super-intelligence to find the most optimized Python code. Use it to optimize existing codebases or new Pull requests as a GitHub Action or a VS Code Extension.
Find a file
Saurabh Misra 71bcd07be3 - Fix is_zero_diff checker by using ast.unparse rather than ast.dump
- If only the imports are different then it is still 0 diff
- add test cases
- Codeflash does not support Python 3.13 yet. I saw pydantic crash while installing codeflash on 3.13 python
2024-07-09 20:38:36 -07:00
code_to_optimize Move all sqlalchemy code 2024-06-27 15:37:14 -07:00
codeflash - Fix is_zero_diff checker by using ast.unparse rather than ast.dump 2024-07-09 20:38:36 -07:00
experiments Add speedup as a comment to each candidate file 2024-06-26 16:35:43 -07:00
pie_test_set Move pie test set files 2024-05-21 10:29:26 -07:00
tests - Fix is_zero_diff checker by using ast.unparse rather than ast.dump 2024-07-09 20:38:36 -07:00
pyproject.toml - Fix is_zero_diff checker by using ast.unparse rather than ast.dump 2024-07-09 20:38:36 -07:00
README.md Move codeflash python code base to cli/ 2023-12-29 18:37:49 -08:00

codeflash