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

WIP: SIMD Leftover Data #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

WIP: SIMD Leftover Data #84

wants to merge 1 commit into from

Conversation

Turnerj
Copy link
Owner

@Turnerj Turnerj commented Sep 1, 2022

Simplifies how leftover data is processed. In some basic testing, it seems to perform better for small text (likely due to less code size needing to load up), about the same for 128-bit processing at each above that but slightly worse for 256-bit processing.

Before

Method Job EnvironmentVariables RowSize Mean Error StdDev Op/s Code Size Allocated
Fill Core (All Intrinsics) Empty 10 4.523 ns 0.1255 ns 0.1446 ns 221,068,464.6 422 B -
Fill Core (w/o AVX2) COMPlus_EnableAVX2=0 10 4.754 ns 0.1291 ns 0.1435 ns 210,360,789.7 385 B -
Fill Core (All Intrinsics) Empty 300 20.146 ns 0.4255 ns 0.4900 ns 49,637,004.7 422 B -
Fill Core (w/o AVX2) COMPlus_EnableAVX2=0 300 49.058 ns 0.9581 ns 0.8962 ns 20,384,240.0 385 B -
Fill Core (All Intrinsics) Empty 8102 497.672 ns 9.9860 ns 13.9990 ns 2,009,355.1 422 B -
Fill Core (w/o AVX2) COMPlus_EnableAVX2=0 8102 830.389 ns 15.7661 ns 16.1907 ns 1,204,255.5 385 B -

After

To supply later

@Turnerj Turnerj added the enhancement New feature or request label Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant