Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use jemalloc #481

Merged
merged 5 commits into from
Sep 15, 2019
Merged

Use jemalloc #481

merged 5 commits into from
Sep 15, 2019

Commits on Sep 15, 2019

  1. Use jemalloc

    Benchmark #1: ./fd-sys-alloc '[0-9]\.jpg$' /home/shark
      Time (mean ± σ):     246.8 ms ±   3.4 ms    [User: 960.1 ms, System: 810.0 ms]
      Range (min … max):   244.1 ms … 257.1 ms    12 runs
    
    Benchmark #2: ./fd-jemalloc '[0-9]\.jpg$' /home/shark
      Time (mean ± σ):     201.0 ms ±   3.0 ms    [User: 833.9 ms, System: 666.9 ms]
      Range (min … max):   196.1 ms … 206.9 ms    14 runs
    
    Summary
      './fd-jemalloc '[0-9]\.jpg$' /home/shark' ran
        1.23 ± 0.03 times faster than './fd-sys-alloc '[0-9]\.jpg$' /home/shark'
    sharkdp committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    b9138a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f02576 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da8e3ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bae17de View commit details
    Browse the repository at this point in the history
  5. Clean up cfg line

    sharkdp committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    7e82108 View commit details
    Browse the repository at this point in the history