An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Vibur logo

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:

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/simeonmalchev)