Coder Social home page Coder Social logo

stormpot's Introduction

Stormpot

Stormpot is an object pooling library for Java. Use it to recycle objects that are expensive to create. The library will take care of creating and destroying your objects in the background.

Build Status

Why choose Stormpot?

... over, say, Commons-Pool? Good question! Both libraries are released under the Apache 2.0 license, both have thorough documentation, both have high test coverage (Stormpot have 100%) and both depend on nothing but Java itself.

There are differences, though. Stormpot has a small invasive API, whereas Commons-Pool has a richer and less intrusive API. The different slants in their API design comes from differing focus. Stormpot is designed for performance and a unified API for different implementations. This means that those who use Stormpot can switch between implementations without worrying about compatibility. Commons-Pool, on the other hand, have different APIs for two different kinds of pools, so changing pool implementation might mean also having to change the code that uses the pool. On the other hand, the various pool implementations can make special features available that would otherwise be inconvenient to expose through a generic API.

License

Stormpot is licensed under the Apache 2.0 software license: http://www.apache.org/licenses/LICENSE-2.0.html

stormpot's People

Contributors

chrisvest avatar

Stargazers

قوه هاو تشاو avatar

Watchers

James Cloos avatar قوه هاو تشاو avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.