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

Fully migrate file opeartions to using nio Path #33

Merged
merged 6 commits into from
Jul 22, 2024

Conversation

Goooler
Copy link
Member

@Goooler Goooler commented Jul 22, 2024

  • Migrate file operations based on Path, with higher performance and scalability.
  • Fallback to Path extensions in stdlib, we have no much necessary on kotlinx-io-core, there is no multiplatform need. This will also decrease the build artifact size.

@Goooler Goooler force-pushed the get-rid-of-file-usages branch 3 times, most recently from c0c75ea to f94fc85 Compare July 22, 2024 08:23
@Goooler Goooler force-pushed the get-rid-of-file-usages branch from f94fc85 to 59d5d6d Compare July 22, 2024 08:24
Copy link
Member

@egorikftp egorikftp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks for improvement!

@Goooler Goooler force-pushed the get-rid-of-file-usages branch from fec00b4 to 4e0aa6e Compare July 22, 2024 08:38
@Goooler Goooler force-pushed the get-rid-of-file-usages branch from c0a5b55 to 365fee2 Compare July 22, 2024 09:07
@Goooler Goooler changed the title Get rid of java.io.File Fully migrate file opeartions to using nio Path Jul 22, 2024
@egorikftp egorikftp merged commit af9ab8e into ComposeGears:main Jul 22, 2024
2 checks passed
@Goooler Goooler deleted the get-rid-of-file-usages branch July 22, 2024 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants