{"library":"yapool","type":"library","category":null,"description":"yapool is a minimalist JavaScript object pooling library, currently at version 1.0.0. It provides a basic linked-list implementation for managing reusable objects, focusing on extreme simplicity over feature richness. Unlike more comprehensive alternatives, yapool offers a 'dead-simple' API for adding and removing objects. Its primary differentiator is its minimal footprint and straightforward approach, making it suitable for scenarios where `n` (the number of objects in the pool) is small. Developers should be aware that operations like `remove` have `O(n)` complexity, which limits its applicability for very large lists. Given its simplicity and the project's age (last published in 2014), its release cadence is very stable or infrequent, suggesting a maintenance-only status rather than active feature development.","language":"javascript","status":"maintenance","version":"1.0.0","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install yapool","imports":["const Pool = require('yapool')","import Pool from 'yapool'"]},{"cmd":"yarn add yapool","imports":[]},{"cmd":"pnpm add yapool","imports":[]}],"homepage":null,"github":"https://github.com/isaacs/yapool","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/yapool","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/yapool/compatibility"}}