Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sharkdp/fd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sharkdp/fd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: abort-on-panic
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 7, 2024

  1. Abort on panic in release

    This should help both runtime performance and side of the executable.
    
    And I can't think of a reason why we would need unwinding on panic in
    release builds.
    tmccombs committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f1a4a29 View commit details
    Browse the repository at this point in the history
  2. Use tikv-jemallocator instead of jemallocator

    From documentation of the tikv-jemallocator project:
    
    > The project is also published as jemallocator for historical reasons. The two crates are the same except names.
    > For new projects, it's recommended to use tikv-xxx versions instead.
    tmccombs committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7b33fa7 View commit details
    Browse the repository at this point in the history
Loading