-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dev: (22 commits) Javadoc, renaming, and cleanup. Fix FastStatementList unit test failure. Slightly cleaner fix for issue #35 javadoc. Change default size from 16 to 32, and change growth factor from 4x to 2x. Add a pool state log at timeout failure. Synchronization fixes. Minor cleanup and javadoc. Refactored SpecializedConcurrentBag for efficiency, moved to util. Initialize the concurrent bag with an initial size. Cache the hashCode. Merged changed from fwbrasil Add license header and class-level javadoc. Even more detailed log for broken connections New concurrent connection container (moved away from LinkedBlockingQueue and LinkedTransferQueue). Adjust version number in the benchmark script. fix fast statement list overflow inconsistency Start of experimental implementation of a concurrent bag. Readability improvement. Added logging for broken connections. ...
- Loading branch information
Showing
9 changed files
with
345 additions
and
44 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
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
Oops, something went wrong.