Function | Eager | Normal Lazy | GPU | Preload Lazy | Streaming |
---|---|---|---|---|---|
polars_filter | 0.04 | -376.40% | -317.89% | -404.97% | -1765.68% |
polars_groupby | 0.87 | +39.48% | +87.79% | +52.17% | -4.34% |
polars_join | 1.59 | +12.88% | -90.58% | +12.55% | +53.44% |
polars_sort | 1.66 | +10.18% | +65.66% | +18.05% | -337.06% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
repos: | |
- repo: https://github.com/pre-commit/pre-commit-hooks | |
rev: v4.3.0 # Use the latest stable release | |
hooks: | |
- id: trailing-whitespace | |
- id: end-of-file-fixer | |
- id: check-yaml | |
- id: check-json | |
- id: check-added-large-files | |
- id: detect-private-key |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"usermeta": {"embedOptions": {"theme": "urbaninstitute"}}, | |
"config": {"view": {"continuousWidth": 400, "continuousHeight": 300}}, | |
"repeat": { | |
"column": [ | |
"acousticness", | |
"danceability", | |
"energy", | |
"instrumentalness", | |
"liveness", |