https://github.com/vibur/vibur-object-pool
Vibur Object Pool - general-purpose concurrent Java object pool
https://github.com/vibur/vibur-object-pool
concurrent disruptor java object-pool
Last synced: 1 day ago
JSON representation
Vibur Object Pool - general-purpose concurrent Java object pool
- Host: GitHub
- URL: https://github.com/vibur/vibur-object-pool
- Owner: vibur
- License: apache-2.0
- Created: 2015-02-06T20:42:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T12:49:18.000Z (9 months ago)
- Last Synced: 2025-05-24T05:02:50.085Z (5 months ago)
- Topics: concurrent, disruptor, java, object-pool
- Language: Java
- Homepage: http://www.vibur.org/vibur-object-pool/
- Size: 354 KB
- Stars: 78
- Watchers: 3
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Vibur Object Pool is a general-purpose concurrent Java object pool that is built entirely using standard
Java concurrency utilities, does not use any synchronized blocks or methods, and does not have any
external dependencies. Vibur Object Pool has been around for more than 10 years now.The project [home page](http://www.vibur.org/vibur-object-pool/) contains details of its inner workings,
usage examples, and more.This project is a main building block of [Vibur DBCP](https://github.com/vibur/vibur-dbcp) - a concurrent
and dynamic JDBC connection pool.The project maven coordinates are:
```
org.vibur
vibur-object-pool
26.0
```If you like these Vibur utilities, please ⭐ them here on GitHub. If you're using them in your projects and if you'd like
to support their future development and upkeep, you can buy-me-a-coffee at:[](https://www.buymeacoffee.com/simeonmalchev)