Skip to content

perf: Benchmark Rust vs C FFI for ByteArray BEq in Lean #16

@samuelburnham

Description

@samuelburnham

After #15

#15 switched from a C implementation of BEq for Lean ByteArrays (via memcmp) to a Rust implementation (via == for &[u8] slices). We should investigate whether this causes any any perf regression.

cc @arthurpaulino

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions