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

Performance issues with short bytestring's 'unpack' #164

Open
hasufell opened this issue Jul 17, 2022 · 0 comments
Open

Performance issues with short bytestring's 'unpack' #164

hasufell opened this issue Jul 17, 2022 · 0 comments

Comments

@hasufell
Copy link
Member

In GitLab by @maerwald on Jul 17, 2022, 20:37

haskell/bytestring#526

Benchmark comparison: https://gist.github.com/hasufell/cb46c979fedcef8a5d087ad193666e74

Regressions

  • replaceFileName (windows)
  • dropFileName (windows)
  • takeDirectory (windows)
  • combine (windows)
  • joinPath (windows)
  • splitDirectories (windows)
  • splitDrive (windows)
  • takeDrive (windows)
  • hasDrive (posix)
  • hasDrive (windows)
  • dropDrive (windows)
  • isDrive (posix)
  • isDrive (windows)
  • normalise (windows)
  • equalFilePath (windows)
  • makeRelative (windows)
  • isRelative (posix)
  • isRelative (windows)
  • isAbsolute (posix)
  • isAbsolute (windows)
  • isValid (windows)
  • makeValid (windows)

Improvements

  • splitExtension (posix)
  • splitExtension (windows)
  • takeExtension (posix)
  • takeExtension (windows)
  • replaceExtension (posix)
  • replaceExtension (windows)
  • dropExtension (posix)
  • dropExtension (windows)
  • addExtension (posix)
  • addExtension (windows)
  • hasExtension (posix)
  • hasExtension (windows)
  • splitExtensions (posix)
  • splitExtensions (windows)
  • dropExtensions (posix)
  • dropExtensions (windows)
  • takeExtensions (posix)
  • takeExtensions (windows)
  • replaceExtensions (posix)
  • replaceExtensions (windows)
  • isExtensionOf (posix)
  • isExtensionOf (windows)
  • stripExtension (posix)
  • stripExtension (windows)
  • splitFileName (posix)
  • splitFileName (windows)
  • takeFileName (posix)
  • takeFileName (windows)
  • replaceFileName (posix)
  • dropFileName (posix)
  • takeBaseName (posix)
  • takeBaseName (windows)
  • replaceBaseName (posix)
  • replaceBaseName (windows)
  • takeDirectory (posix)
  • replaceDirectory (posix)
  • replaceDirectory (windows)
  • combine (posix)
  • splitPath (posix)
  • splitPath (windows)
  • joinPath (posix)
  • splitDirectories (posix)
  • splitDrive (posix)
  • joinDrive (posix)
  • joinDrive (windows)
  • takeDrive (posix)
  • dropDrive (posix)
  • hasTrailingPathSeparator (posix)
  • hasTrailingPathSeparator (windows)
  • addTrailingPathSeparator (posix)
  • addTrailingPathSeparator (windows)
  • dropTrailingPathSeparator (posix)
  • dropTrailingPathSeparator (windows)
  • normalise (posix)
  • equalFilePath (posix)
  • makeRelative (posix)
  • isValid (posix)
  • makeValid (posix)
  • splitSearchPath (posix)
  • splitSearchPath (windows)
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