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

[OsPath] Improve performance by using a slicable type #235

Open
hasufell opened this issue Aug 14, 2024 · 2 comments
Open

[OsPath] Improve performance by using a slicable type #235

hasufell opened this issue Aug 14, 2024 · 2 comments

Comments

@hasufell
Copy link
Member

haskell/bytestring#541 (comment)

@hasufell
Copy link
Member Author

@oberblastmeister

@hasufell
Copy link
Member Author

Also, my benchmarks currently show:

AFPP
    splitDirectories (posix):            OK
      4.46 μs ± 134 ns
    splitDirectories (windows):          OK
      11.8 μs ± 791 ns
FilePath
    splitDirectories (posix):            OK
      13.2 μs ± 853 ns
    splitDirectories (windows):          OK
      11.6 μs ± 495 ns

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant