Skip to content

Release v1.3.0 - Major performance improvements and removed Flutter#1

Merged
TheNoumanDev merged 3 commits intoTheNoumanDev:mainfrom
MaximilianFlechtner:main
Feb 5, 2026
Merged

Release v1.3.0 - Major performance improvements and removed Flutter#1
TheNoumanDev merged 3 commits intoTheNoumanDev:mainfrom
MaximilianFlechtner:main

Conversation

@MaximilianFlechtner
Copy link
Contributor

  • Removed Flutter dependency, enabling use in pure Dart environments.
  • Achieved up to 2.2x faster round-trip encoding/decoding.
  • Optimized encoder and decoder performance significantly.
  • Cached RegExp patterns and pre-allocated arrays for efficiency.
  • Added benchmark tests for performance tracking.
  • Updated analysis options and dependencies.

…ependency

- Removed Flutter dependency, enabling use in pure Dart environments.
- Achieved up to 2.2x faster round-trip encoding/decoding.
- Optimized encoder and decoder performance significantly.
- Cached RegExp patterns and pre-allocated arrays for efficiency.
- Added benchmark tests for performance tracking.
- Updated analysis options and dependencies.
@MaximilianFlechtner
Copy link
Contributor Author

@TheNoumanDev Please take a look :)

@TheNoumanDev TheNoumanDev self-requested a review February 5, 2026 14:37
Copy link
Owner

@TheNoumanDev TheNoumanDev left a comment

Choose a reason for hiding this comment

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

Thanks for the optimizations @MaximilianFlechtner . I will keep these in mind. Would love if you use this package in your projects as well.

@TheNoumanDev TheNoumanDev merged commit 8d72326 into TheNoumanDev:main Feb 5, 2026
1 check failed
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