Skip to content

3.0.3, faster simd path fill#319

Merged
treeform merged 5 commits intotreeform:masterfrom
guzba:master
Nov 19, 2021
Merged

3.0.3, faster simd path fill#319
treeform merged 5 commits intotreeform:masterfrom
guzba:master

Conversation

@guzba
Copy link
Copy Markdown
Collaborator

@guzba guzba commented Nov 18, 2021

before:
svg decode ........................ 17.021 ms 17.161 ms ±0.111 x291

after:
svg decode ........................ 16.297 ms 16.472 ms ±0.104 x304

@guzba guzba changed the title 3.0.3 3.0.3, faster simd path fill Nov 19, 2021
Comment thread src/pixie/internal.nim
div255 = mm_set1_epi16(cast[int16](0x8081))

for j in countup(i, data.len - 4, 4):
for _ in countup(i, data.len - 4, 4):
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

let ll = data.len
while i < ll - 4:
?

@treeform treeform merged commit 2a54de7 into treeform:master Nov 19, 2021
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