logo

Rust crates reviews

Cryptographically verifiable, distributed dependency reviews

crate: threadpool

https://lib.rs/crates/threadpool/

Add the last reviewed version to Cargo.toml / [dependencies]:

threadpool = "1.8.1"

Filter reviews clicking on the numbers in the summary.

Full column names in tooltip hints: rating Negative, rating Neutral, rating Positive, rating Strong, thoroughness, understanding, reviews count.

Neg
Neu
Pos
Str
tho
und
rev
20
31
1
1
3
3
1
1
1
1
1
1
1
1
1
1
1
2
1
2
1
2
1
2
1
2
1
2
1
2
1
2
1
2
1
2
1
2
crate version
rating
date
reviewer
thoroughness, understanding
threadpool 1.8.1
positive
2020-09-07
medium, medium

Simple basic thread pool

Pros:

  • Documented/tested MSRV
  • Uses basic well tested mpsc channels
  • No unsafe
  • Well tested, documented, looks solid

Cons:

  • No high performance work stealing queues to break up sync points for work submission
  • No auto-scaling options
  • Ignores OS thread pools (which might have better auto-scaling magic)
  • Unclamped use of frequently mad num_cpus crate could result in ThreadPool::default causing far too many threads resulting in OOM crashes.

Full Audit

threadpool 1.8.0
positive
2020-04-30
high, high
alternative:
threadpool

solid crate

threadpool 1.8.0
positive
2020-09-07
medium, medium

Simple basic thread pool

Pros:

  • Documented/tested MSRV
  • Uses basic well tested mpsc channels
  • No unsafe
  • Well tested, documented, looks solid

Cons:

  • No high performance work stealing queues to break up sync points for work submission
  • No auto-scaling options
  • Ignores OS thread pools (which might have better auto-scaling magic)
  • Unclamped use of frequently mad num_cpus crate could result in ThreadPool::default causing far too many threads resulting in OOM crashes.

Full Audit

threadpool 1.7.0
positive
2020-09-07
medium, medium

Simple basic thread pool

Pros:

  • Documented/tested MSRV
  • Uses basic well tested mpsc channels
  • No unsafe
  • Well tested, documented, looks solid

Cons:

  • No high performance work stealing queues to break up sync points for work submission
  • No auto-scaling options
  • Ignores OS thread pools (which might have better auto-scaling magic)
  • Unclamped use of frequently mad num_cpus crate could result in ThreadPool::default causing far too many threads resulting in OOM crashes.

Full Audit

threadpool 1.6.0
positive
2020-09-07
medium, medium

Simple basic thread pool

Pros:

  • Documented/tested MSRV
  • Uses basic well tested mpsc channels
  • No unsafe
  • Well tested, documented, looks solid

Cons:

  • No high performance work stealing queues to break up sync points for work submission
  • No auto-scaling options
  • Ignores OS thread pools (which might have better auto-scaling magic)
  • Unclamped use of frequently mad num_cpus crate could result in ThreadPool::default causing far too many threads resulting in OOM crashes.

Full Audit

threadpool 1.5.0
positive
2020-09-07
medium, medium

Simple basic thread pool

Pros:

  • Documented/tested MSRV
  • Uses basic well tested mpsc channels
  • No unsafe
  • Well tested, documented, looks solid

Cons:

  • No high performance work stealing queues to break up sync points for work submission
  • No auto-scaling options
  • Ignores OS thread pools (which might have better auto-scaling magic)
  • Unclamped use of frequently mad num_cpus crate could result in ThreadPool::default causing far too many threads resulting in OOM crashes.

Full Audit

threadpool 1.4.1
positive
2020-09-07
medium, medium

Simple basic thread pool

Pros:

  • Documented/tested MSRV
  • Uses basic well tested mpsc channels
  • No unsafe
  • Well tested, documented, looks solid

Cons:

  • No high performance work stealing queues to break up sync points for work submission
  • No auto-scaling options
  • Ignores OS thread pools (which might have better auto-scaling magic)
  • Unclamped use of frequently mad num_cpus crate could result in ThreadPool::default causing far too many threads resulting in OOM crashes.

Full Audit

threadpool 1.4.0
positive
2020-09-07
medium, medium

Simple basic thread pool

Pros:

  • Documented/tested MSRV
  • Uses basic well tested mpsc channels
  • No unsafe
  • Well tested, documented, looks solid

Cons:

  • No high performance work stealing queues to break up sync points for work submission
  • No auto-scaling options
  • Ignores OS thread pools (which might have better auto-scaling magic)
  • Unclamped use of frequently mad num_cpus crate could result in ThreadPool::default causing far too many threads resulting in OOM crashes.

Full Audit

threadpool 1.3.2
positive
2020-09-07
medium, high

Simple basic thread pool

Pros:

  • Documented/tested MSRV
  • Uses basic well tested mpsc channels
  • No unsafe
  • Well tested, documented, looks solid

Cons:

  • No high performance work stealing queues to break up sync points for work submission
  • No auto-scaling options
  • Ignores OS thread pools (which might have better auto-scaling magic)
  • Unclamped use of frequently mad num_cpus crate could result in ThreadPool::default causing far too many threads resulting in OOM crashes.

Full Audit

threadpool 1.3.1
positive
2020-09-07
medium, high

Simple basic thread pool

Pros:

  • Documented/tested MSRV
  • Uses basic well tested mpsc channels
  • No unsafe
  • Well tested, documented, looks solid

Cons:

  • No high performance work stealing queues to break up sync points for work submission
  • No auto-scaling options
  • Ignores OS thread pools (which might have better auto-scaling magic)
  • Unclamped use of frequently mad num_cpus crate could result in ThreadPool::default causing far too many threads resulting in OOM crashes.

Full Audit

threadpool 1.3.0
positive
2020-09-07
medium, high

Simple basic thread pool

Pros:

  • Documented/tested MSRV
  • Uses basic well tested mpsc channels
  • No unsafe
  • Well tested, documented, looks solid

Cons:

  • No high performance work stealing queues to break up sync points for work submission
  • No auto-scaling options
  • Ignores OS thread pools (which might have better auto-scaling magic)
  • Unclamped use of frequently mad num_cpus crate could result in ThreadPool::default causing far too many threads resulting in OOM crashes.

Full Audit

threadpool 1.2.0
positive
2020-09-07
medium, high

Simple basic thread pool

Pros:

  • Documented/tested MSRV
  • Uses basic well tested mpsc channels
  • No unsafe
  • Well tested, documented, looks solid

Cons:

  • No high performance work stealing queues to break up sync points for work submission
  • No auto-scaling options
  • Ignores OS thread pools (which might have better auto-scaling magic)
  • Unclamped use of frequently mad num_cpus crate could result in ThreadPool::default causing far too many threads resulting in OOM crashes.

Full Audit

threadpool 1.1.1
positive
2020-09-07
medium, high

Simple basic thread pool

Pros:

  • Documented/tested MSRV
  • Uses basic well tested mpsc channels
  • No unsafe
  • Well tested, documented, looks solid

Cons:

  • No high performance work stealing queues to break up sync points for work submission
  • No auto-scaling options
  • Ignores OS thread pools (which might have better auto-scaling magic)
  • Unclamped use of frequently mad num_cpus crate could result in ThreadPool::default causing far too many threads resulting in OOM crashes.

Full Audit

threadpool 1.1.0
positive
2020-09-07
medium, high

Simple basic thread pool

Pros:

  • Documented/tested MSRV
  • Uses basic well tested mpsc channels
  • No unsafe
  • Well tested, documented, looks solid

Cons:

  • No high performance work stealing queues to break up sync points for work submission
  • No auto-scaling options
  • Ignores OS thread pools (which might have better auto-scaling magic)
  • Unclamped use of frequently mad num_cpus crate could result in ThreadPool::default causing far too many threads resulting in OOM crashes.

Full Audit

threadpool 1.0.2
positive
2020-09-07
medium, high

Simple basic thread pool

Pros:

  • Documented/tested MSRV
  • Uses basic well tested mpsc channels
  • No unsafe
  • Well tested, documented, looks solid

Cons:

  • No high performance work stealing queues to break up sync points for work submission
  • No auto-scaling options
  • Ignores OS thread pools (which might have better auto-scaling magic)
  • Unclamped use of frequently mad num_cpus crate could result in ThreadPool::default causing far too many threads resulting in OOM crashes.

Full Audit

threadpool 1.0.1
positive
2020-09-07
medium, high

Simple basic thread pool

Pros:

  • Documented/tested MSRV
  • Uses basic well tested mpsc channels
  • No unsafe
  • Well tested, documented, looks solid

Cons:

  • No high performance work stealing queues to break up sync points for work submission
  • No auto-scaling options
  • Ignores OS thread pools (which might have better auto-scaling magic)
  • Unclamped use of frequently mad num_cpus crate could result in ThreadPool::default causing far too many threads resulting in OOM crashes.

Full Audit

threadpool 1.0.0
positive
2020-09-07
medium, high

Simple basic thread pool

Pros:

  • Documented/tested MSRV
  • Uses basic well tested mpsc channels
  • No unsafe
  • Well tested, documented, looks solid

Cons:

  • No high performance work stealing queues to break up sync points for work submission
  • No auto-scaling options
  • Ignores OS thread pools (which might have better auto-scaling magic)
  • Unclamped use of frequently mad num_cpus crate could result in ThreadPool::default causing far too many threads resulting in OOM crashes.

Full Audit

threadpool 0.2.1
positive
2020-09-07
medium, high

Simple basic thread pool

Pros:

  • Documented/tested MSRV
  • Uses basic well tested mpsc channels
  • No unsafe
  • Well tested, documented, looks solid

Cons:

  • No high performance work stealing queues to break up sync points for work submission
  • No auto-scaling options
  • Ignores OS thread pools (which might have better auto-scaling magic)
  • Unclamped use of frequently mad num_cpus crate could result in ThreadPool::default causing far too many threads resulting in OOM crashes.

Full Audit

threadpool 0.2.0
positive
2020-09-07
medium, high
advisories:
medium

Simple basic thread pool

Pros:

  • Documented/tested MSRV
  • Uses basic well tested mpsc channels
  • No unsafe
  • Well tested, documented, looks solid

Cons:

  • No high performance work stealing queues to break up sync points for work submission
  • No auto-scaling options
  • Ignores OS thread pools (which might have better auto-scaling magic)
  • Unclamped use of frequently mad num_cpus crate could result in ThreadPool::default causing far too many threads resulting in OOM crashes.

Full Audit

© bestia.dev 2023, MIT License, Version: 2023.608.1636

Open source repository for this web app: https://github.com/bestia-dev/cargo_crev_web/