# isoconcurrency

> An isomorphic way to get the number of logical cores available.

Latest version **1.0.0** (published 2025-06-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install isoconcurrency
pnpm add isoconcurrency
yarn add isoconcurrency
bun add isoconcurrency
```

## Health

**Score 50/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2025-06-01 |
| First published | 2025-06-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Maintainers | fabiospampinato |
| Keywords | isomorphic, hardware, concurrency, logical, cores |

## Links

- npm: https://www.npmjs.com/package/isoconcurrency
- Repository: https://github.com/fabiospampinato/isoconcurrency
- Homepage: https://github.com/fabiospampinato/isoconcurrency#readme
- Issues: https://github.com/fabiospampinato/isoconcurrency/issues
- npm.io page: https://npm.io/package/isoconcurrency

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2025-06-01

## README

# IsoConcurrency

An isomorphic way to get the number of logical cores available.

## Install

```sh
npm install isoconcurrency
```

## Usage

```ts
import concurrency from 'isoconcurrency';

console.log ( concurrency ); // => 10
```

## License

MIT © Fabio Spampinato

---
_Source: https://npm.io/package/isoconcurrency · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
