Show the crate…

1 stable release

2.0.0 Apr 4, 2021

#57 in #priority

Download history 23/week @ 2023-12-18 14/week @ 2023-12-25 43/week @ 2024-01-08 13/week @ 2024-01-15 13/week @ 2024-01-22 14/week @ 2024-02-05 30/week @ 2024-02-12 32/week @ 2024-02-19 47/week @ 2024-02-26 36/week @ 2024-03-04 31/week @ 2024-03-11 44/week @ 2024-03-18 59/week @ 2024-03-25 63/week @ 2024-04-01

206 downloads per month
Used in 29 crates (2 directly)

GPL-3.0-or-later…

645KB
13K SLoC

Generic Transaction Pool

The pool is based on dependency graph between transactions and their priority. The pool is able to return an iterator that traverses transaction graph in the correct order taking into account priorities and dependencies.

License: GPL-3.0-or-later WITH Classpath-exception-2.0


lib.rs:

Generic Transaction Pool

The pool is based on dependency graph between transactions and their priority. The pool is able to return an iterator that traverses transaction graph in the correct order taking into account priorities and dependencies.

Dependencies

~25–41MB
~681K SLoC