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

JsonPointer optimizations #117

Merged
merged 3 commits into from
May 13, 2024
Merged

JsonPointer optimizations #117

merged 3 commits into from
May 13, 2024

Conversation

OptimumCode
Copy link
Owner

Rework JsonPointer to reduce time spent on creating a new one from the existing one.

Resolves #116

@OptimumCode OptimumCode added the enhancement New feature or request label May 13, 2024
@OptimumCode OptimumCode added the ABI breaking changes that break binary compatibility (does not mean they break API) label May 13, 2024
Copy link

codecov bot commented May 13, 2024

Codecov Report

Attention: Patch coverage is 95.89041% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 90.32%. Comparing base (05f589b) to head (680c475).

Files Patch % Lines
.../io/github/optimumcode/json/pointer/JsonPointer.kt 97.14% 1 Missing and 1 partial ⚠️
...n/io/github/optimumcode/json/pointer/extensions.kt 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #117      +/-   ##
==========================================
+ Coverage   90.15%   90.32%   +0.16%     
==========================================
  Files         120      120              
  Lines        3191     3205      +14     
  Branches      945      955      +10     
==========================================
+ Hits         2877     2895      +18     
+ Misses         53       50       -3     
+ Partials      261      260       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@OptimumCode OptimumCode enabled auto-merge (squash) May 13, 2024 16:49
@OptimumCode OptimumCode merged commit 01b1714 into main May 13, 2024
10 checks passed
@OptimumCode OptimumCode deleted the issue_#116 branch May 13, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ABI breaking changes that break binary compatibility (does not mean they break API) enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhancement: JsonPointer performance improvements
1 participant