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

upd(Dash): faster file reads #803

Merged
merged 1 commit into from
Dec 19, 2022
Merged

upd(Dash): faster file reads #803

merged 1 commit into from
Dec 19, 2022

Conversation

solvedDev
Copy link
Member

Description

Tauri's native readBinaryFile API seems to be incredible slow. Implementing our own read_file command is 5x faster compared to the previous implementation on our native build.

Motivation

closes #799

@solvedDev solvedDev added the feature Request of a new feature label Dec 18, 2022
@solvedDev solvedDev added this to the v2.5.3 milestone Dec 18, 2022
@solvedDev solvedDev self-assigned this Dec 18, 2022
@stackblitz
Copy link

stackblitz bot commented Dec 18, 2022

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@Joelant05 Joelant05 merged commit ca2985a into dev Dec 19, 2022
@Joelant05 Joelant05 deleted the upd/faster-dash-file-reads branch December 19, 2022 13:18
@solvedDev solvedDev mentioned this pull request Dec 23, 2022
solvedDev added a commit that referenced this pull request Dec 23, 2022
## Changes:
- Optimized file reads for Dash on our native builds (#803)
- Optimized pack indexing to be faster on our native builds (#804)
- Optimized "getBridgeFolderPath" function on our native builds (#807)
- Updated block presets to the latest Minecraft release (0e4a282)

## Fixes:
- Fixed drag & drop not working throughout our native app (#800)
- Fixed incorrect warning message in "item_texture.json" file when texture path is not valid (4b0a22b)
- Fixed error upon dropping files onto the native app on Windows (#802)
- Fixed blank block preset not showing without HCF toggle activated (39b5715)
- Fixed "requiresMatcher" not matching multiple experimental conditions correctly (ce55938)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Request of a new feature
Projects
Status: 🚀 Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants