-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Introduced changes to make the library thread-safe. * Added thread-safety tests for the library. * Added jmh benchmarking for ReadWriteLock & StampedLock * Adjusted the code format * Made some changes to test cases to introduce more concurrency * Finished concurrency test case revision * Changed benchmark to use fixed batch size and updated the results * Added benchmark section in README * Added documentation on synchronization policy * Adjusted the code format * retry integ test * code format * made a minor change * rerun integ test * Added thread-safety measures to newly merged features * Moving literals to constants Co-authored-by: Stephen-Bao <[email protected]>
- Loading branch information
1 parent
f8d6cf7
commit 237aa98
Showing
13 changed files
with
1,163 additions
and
38 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.