Skip to content

fix: distance.c - fread'ing all vector floats at once boosts loading speed by ~3x... - #38

Open
webbrain-one wants to merge 1 commit into
ansjsun:masterfrom
webbrain-one:webbrain/issue-34
Open

fix: distance.c - fread'ing all vector floats at once boosts loading speed by ~3x...#38
webbrain-one wants to merge 1 commit into
ansjsun:masterfrom
webbrain-one:webbrain/issue-34

Conversation

@webbrain-one

Copy link
Copy Markdown

Closes #34

Replace element-wise fread loop with a single bulk read call.
This improves loading speed by ~3x.

Fixes ansjsun#34
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.

distance.c - fread'ing all vector floats at once boosts loading speed by ~3x...

1 participant