Y
Hacker News
new
|
ask
|
show
|
jobs
by
orlp
480 days ago
One thing I found peculiar is that for the GraySort benchmark it dispatches to Polars by default to do the actual sorting, not DuckDB:
https://github.com/deepseek-ai/smallpond/blob/ed112db42af4d0...
.
1 comments
tomnipotent
480 days ago
The function argument defaults to polars, but the actual benchmark code sets duckdb by default.
https://github.com/deepseek-ai/smallpond/blob/ed112db42af4d0...
link
orlp
479 days ago
I see, confusing multiple layers of defaults :)
link
https://github.com/deepseek-ai/smallpond/blob/ed112db42af4d0...