You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
refactor: rename sketchlib-rust to asap_sketchlib (#266)
* refactor: rename sketchlib-rust to asap_sketchlib across the repo
The sketchlib-rust repository (ProjectASAP/sketchlib-rust) has been
renamed to asap_sketchlib (ProjectASAP/asap_sketchlib) and its Cargo
package name changed from "sketchlib-rust" to "asap_sketchlib".
Update all references across the codebase:
- Cargo.toml dependency declarations (asap-query-engine, sketch-core)
- Rust source imports (use sketchlib_rust:: → use asap_sketchlib::)
- UDF Jinja templates (5 files in asap-summary-ingest)
- Doc comments, Dockerfile comments, deployment docs, benchmark report
- Regenerate Cargo.lock
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* style: fix import ordering in otel.rs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: zz_y <zz_y@node0.zz-y-298424.softmeasure-pg0.wisc.cloudlab.us>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: asap-common/sketch-core/report.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Report
2
2
3
-
Compares the **legacy** sketch implementations in `sketch-core` vs the **sketchlib-rust** backends (Count-Min Sketch, Count-Min-With-Heap, KLL, HydraKLL).
3
+
Compares the **legacy** sketch implementations in `sketch-core` vs the **asap_sketchlib** backends (Count-Min Sketch, Count-Min-With-Heap, KLL, HydraKLL).
0 commit comments