This repository was archived by the owner on Jan 26, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Implement Lazy Directory Parsing for Improved Deserialization Performance #13
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
5cb33c9
Update .gitignore
expanded-for-real 63313e4
initial commit for imprint-java
dd4fdbc
initial commit for imprint-java
expanded-for-real bce1d13
Add GitHub Actions CI workflow for automated testing
f5d90b5
Merge remote-tracking branch 'origin/dev' into dev
72c468f
Update GitHub Actions workflow to use upload-artifact@v4
468d682
Add Gradle wrapper validation to CI workflow
cf05b13
Fix gitignore to include gradle-wrapper.jar for CI
d0d7983
Force add gradle-wrapper.jar to repository
f2cdd1b
Update wrapper validation action to v3
57c8249
Fix Javadoc syntax errors and disable strict Javadoc checking
edb3057
Add JMH benchmark .bat and .sh for full suite benchmarking and perfor…
2853e3f
fix map serialization error in benchmark test and streamline ci file …
3a5a113
Add execute permissions back for gradlew in CI
50a288b
Add some more string based performance benchmarks and try to make str…
ea1c4c4
Merge pull request #2 from imprint-serde/faster-strings
expanded-for-real 43cab28
second main commit to address initial commits
expanded-for-real fdb8a56
additional cleanup to address concerns in https://github.com/imprint-…
2e56688
minor style fixes
9353388
minor style fixes again
09d0377
minor style fixes on benchmark tests and supress unused
6209bb1
minor reordering
ace7c67
Merge branch 'main' into dev
4632e01
Full comprehensive comparison tests with a lot of other libraries + s…
3738861
replace deprecated gradle methods with latest
12d2823
Merge Comparisons into dev branch (#8)
expanded-for-real f7a6e8e
Lazy load of directory and header data
2834dbb
Merge remote-tracking branch 'origin/main' into dev
83ed961
minor cleanup
a605b65
minor cleanup
aacddeb
minor cleanup
3bf81ad
Actually fixes offsets and read Byte Values for Maps and Arrays even …
7eaa6e9
change CI file to use JMH plugin to respect iteration and warmup valu…
32640cd
ok plugin didn't work apparently so reverting that and just reducing …
2d882c2
Merge branch 'dev' into lazy-directory
880aeb0
trying to update github ci to make jmh actually work correctly
8831922
lazy directory deserialization
e361cf0
Merge branch 'main' into dev
73eade6
remove extra comments
02866d5
remove extra comments
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Massively reduced gradle from last time |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Massively reduced the ci compared to last time - probably won't have to change this much for a while