Skip to content

fix wrong UNC path detection#47

Open
Iunusov wants to merge 1 commit into
sqlite:masterfrom
Iunusov:win_unc
Open

fix wrong UNC path detection#47
Iunusov wants to merge 1 commit into
sqlite:masterfrom
Iunusov:win_unc

Conversation

@Iunusov

@Iunusov Iunusov commented Jun 11, 2026

Copy link
Copy Markdown

Hi! I am a Software Engineer at Mozilla. We recently witnessed performance regression after SQLite upgrade.

After investigating, we realized that our CI uses paths like these: ("\?\X:..."), which is DOS path, not UNC.
Which leads to using wrong mutex and therefore, performance decrease.

Here is the perf test result of this patch and I am open to provide any assistance.

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.

1 participant