Skip to content

Instantly share code, notes, and snippets.

View dwsmith1983's full-sized avatar

dustin dwsmith1983

View GitHub Profile
@dwsmith1983
dwsmith1983 / Cargo.toml
Created September 2, 2026 14:39
apache/datafusion-comet PR 5612 regex PatternCache benchmarks: harness, results, sort-path repro, mechanism micro-bench
# Standalone benchmark harness for datafusion-comet PR #5612 (regex pattern cache).
# Path-depends on the repo's spark-expr crate so the same harness builds against
# whichever commit is checked out in the repo.
[package]
name = "bench5612"
version = "0.1.0"
edition = "2021"
[workspace]