-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
enhancementNew feature or request. Once marked with this label, its in the backlog.New feature or request. Once marked with this label, its in the backlog.performance
Description
Currently, because of GIL limitations - the py command is single-threaded and processes in chunks of 50,000 rows.
Now that free-threading is available in Python 3.13 and 3.14, migrate py command to use free-threading for increased performance.
This will necessarily mean dropping qsv support for Python 3.12 and below.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or request. Once marked with this label, its in the backlog.New feature or request. Once marked with this label, its in the backlog.performance