issues
search
chrisvest
/
stormpot
A fast object pool for the JVM
http://chrisvest.github.io/stormpot/
Apache License 2.0
359
stars
42
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update the ThreadTransfer benchmark
#210
chrisvest
closed
3 days ago
0
Add a benchmark where claim and release are done in different threads
#209
chrisvest
closed
3 days ago
0
Exclude 'stormpot.internal' from revapi
#208
chrisvest
closed
4 days ago
0
First draft of implementing a new blocking queue
#207
chrisvest
opened
4 days ago
0
Trim api-changes.json
#206
chrisvest
closed
1 month ago
0
Online allocator switching
#205
chrisvest
closed
1 month ago
0
Cache maven dependencies to speed up builds
#204
chrisvest
closed
1 month ago
0
Fix narrow/wide type comparison alerts
#203
chrisvest
closed
1 month ago
0
Fix subscribed-to shutdown completions
#202
chrisvest
closed
1 month ago
0
Fix more flaky leak detector test
#201
chrisvest
closed
1 month ago
0
Fix flaky leak detector test
#200
chrisvest
closed
1 month ago
0
Fix a flaky test
#199
chrisvest
closed
1 month ago
0
Fix all javadoc warnings
#198
chrisvest
closed
1 month ago
0
Make pools directly configurable with long size and disable leak detection by default
#197
chrisvest
closed
1 month ago
2
Fix new flaky test
#196
chrisvest
closed
1 month ago
0
Make completion API reactive
#195
chrisvest
closed
1 month ago
0
Address test flakiness in AllocatorBasedPoolTest
#194
chrisvest
closed
2 months ago
0
Allow target size to be greater than 2 billion
#193
chrisvest
closed
1 month ago
13
Add a setting to optimise for reduced memory usage
#192
chrisvest
closed
2 months ago
0
Address some test flakiness
#191
chrisvest
closed
2 months ago
0
Use virtual threads for Stormpot background threads
#190
chrisvest
closed
2 months ago
0
Marginally improve the access spread in BlazePoolVirtualThreadSafeTap
#189
chrisvest
closed
2 months ago
0
Add benchmarks to the repository
#188
chrisvest
closed
2 months ago
0
Move the pool shutdown check out of the hottest loops
#187
chrisvest
closed
2 months ago
0
Remove SlotInfo.getClaimCount
#186
chrisvest
closed
2 months ago
0
Remove Timeout methods that had been deprecated for removal
#185
chrisvest
closed
2 months ago
0
Simplify BlazePoolVirtualThreadSafeTap
#184
chrisvest
closed
2 months ago
0
Run the tests on multiple different JVM distributions
#183
chrisvest
closed
2 months ago
0
Update GitHub Actions
#182
chrisvest
closed
2 months ago
0
Use opaque instead of volatile access to the BlazePool.shutdown field
#181
chrisvest
closed
2 months ago
0
Add Java 23 to the PR builds
#180
chrisvest
closed
2 months ago
0
Add a PoolTap that support virtual threads
#179
chrisvest
closed
2 months ago
0
New leak detector
#178
chrisvest
closed
4 months ago
1
Make internal classes final where possible
#177
chrisvest
closed
5 months ago
0
Separate API and internals and make tests modular
#176
chrisvest
closed
5 months ago
0
Add a SlotInfo.getCreatedNanoTime and fix flaky test
#175
chrisvest
closed
5 months ago
0
Move non-tests out of the stormpot test package
#174
chrisvest
closed
5 months ago
0
Fix test flakiness
#173
chrisvest
closed
5 months ago
0
Make use of new Java language features
#172
chrisvest
closed
5 months ago
0
Upgrade to Java 21 and Remove asciidoclet
#171
chrisvest
closed
5 months ago
0
Fix flaky test
#170
chrisvest
closed
5 months ago
0
Add Release workflow
#169
chrisvest
closed
5 months ago
0
Stop using automatic/anonymous modules for tests
#168
chrisvest
closed
5 months ago
0
Test all supported Java versions
#167
chrisvest
closed
5 months ago
0
Make PoolIT test less flaky
#166
chrisvest
closed
5 months ago
0
Update maven plug-ins
#165
chrisvest
closed
5 months ago
0
Add missing override annotations
#164
chrisvest
closed
6 months ago
0
Add metrics for allocated and in-use objects
#163
chrisvest
closed
6 months ago
0
Use standard code pattern for releasing locks
#162
chrisvest
closed
6 months ago
0
Fix flaky ThreadedPoolTest.mustNotHoldOnToDeallocatedObjectsWhenLeakDetectionIsEnabled
#161
chrisvest
closed
6 months ago
0
Next