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

DEBT: Performance #37

Merged
merged 5 commits into from
Nov 17, 2024
Merged

DEBT: Performance #37

merged 5 commits into from
Nov 17, 2024

Conversation

mprimeaux
Copy link
Contributor

  • FEATURE: Updated the PRNG reader to allow for each reader instance to have its own sync.Pool for buffer reuse.
  • DEBT: Refactored to not use strings.Builder for ID generation in favor of sync.Pool for buffer reuse.
  • DEBT: Modified README.md to include detailed information about sync.Pool usage for buffer reuse for both ASCII and Unicode ID generation.

@mprimeaux mprimeaux added kind: debt Accumulated impediments that slow our ability to evolve. priority: high labels Nov 17, 2024
@mprimeaux mprimeaux self-assigned this Nov 17, 2024
@mprimeaux mprimeaux merged commit f135389 into main Nov 17, 2024
3 checks passed
@mprimeaux mprimeaux deleted the debt/ns-op branch November 17, 2024 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: debt Accumulated impediments that slow our ability to evolve. priority: high
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant