-
Notifications
You must be signed in to change notification settings - Fork 15
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
ERS optimizations #265
ERS optimizations #265
Conversation
[jacodb-core] Optimize CompactPersistentLongSet [jacodb-core] Fix method names: getPropertyNames(), getBlobNames(), getLinkNames() In SqlErsTransaction, TODO stub implementations added. [jacodb-core] Optimize storing tiny blobs in RAMPersistentDataContainer [jacodb-core] Correct code in Iinc5 test class [jacodb-core] In SafeSubstitution, ignore substitution problems for unknown classes [jacodb-core] Add test for try-catch blocks inside Kotlin inline lambda
Test results on JDK 19 85 files 85 suites 15m 6s ⏱️ Results for commit 449c8c3. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## neo #265 +/- ##
============================================
- Coverage 58.84% 58.80% -0.05%
- Complexity 2288 2289 +1
============================================
Files 314 315 +1
Lines 18613 18611 -2
Branches 2983 2986 +3
============================================
- Hits 10953 10944 -9
- Misses 6569 6574 +5
- Partials 1091 1093 +2 ☔ View full report in Codecov by Sentry. |
[jacodb-core] Optimize CompactPersistentLongSet
[jacodb-core] Fix method names: getPropertyNames(), getBlobNames(), getLinkNames()
In SqlErsTransaction, TODO stub implementations added.
[jacodb-core] Optimize storing tiny blobs in RAMPersistentDataContainer
[jacodb-core] Correct code in Iinc5 test class
[jacodb-core] In SafeSubstitution, ignore substitution problems for unknown classes
[jacodb-core] Add test for try-catch blocks inside Kotlin inline lambda