-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Step 6: Rust Backend Wiring
Modify lib/ex_data_sketch/nif.ex -- add 6 stubs (3 operations x 2 variants)
Modify lib/ex_data_sketch/backend/rust.ex:
ull_new/1andull_update/3delegate to Pureull_update_many/3dispatches to NIF with dirty thresholdull_update_many: 10_000ull_merge/3dispatches to NIF (no dirty needed, same as HLL merge)ull_estimate/1dispatches to NIF
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels