Files
clookup/README.md
2024-06-05 13:37:22 +09:00

345 B

clookup

Lookup argument with function composition

Benchmark

  1. To run benchmark, before running it install flamegraph.
cargo install flamegraph
  1. In Linux, install perf.
    In Mac OS, it uses built-in dtrace.

  2. Run benchmark

make bench
  1. The result of benchmark will be stored as flamegraph.svg in the root.