Skip to content

Cleanup#82

Merged
Qubitium merged 6 commits intomainfrom
cleanup-0412
Apr 13, 2026
Merged

Cleanup#82
Qubitium merged 6 commits intomainfrom
cleanup-0412

Conversation

@Qubitium
Copy link
Copy Markdown
Contributor

  - Compiled search() on \bfoo\b: 3.462 ms -> 2.346 ms per 3000 calls, about 32% faster.
  - Compiled match() on \bfoo\b: 3.606 ms -> 2.363 ms, about 34% faster.
  - Compiled findall() on \bfoo\b: 5.203 ms -> 3.688 ms, about 29% faster.
  - Module search() on \bfoo\b: 7.260 ms -> 5.748 ms, about 21% faster.
  - Compiled search() on (?P<word>[A-Za-z]+): 5.824 ms -> 3.392 ms, about 42% faster.

@Qubitium Qubitium changed the title Cleanup 0412 Cleanup Apr 13, 2026
@Qubitium Qubitium merged commit 42eb74a into main Apr 13, 2026
24 of 152 checks passed
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