New Features (BREAKING)
-
add support for explicit non-parallel iteration.
That way we can allow the implementation to choose whether they
need greatest speed at some cost or not.This also allows us to create a new thread-pool on each iteration
as those who expect high cost or many files will likely chose to do
that instead of single-threaded iteration, which nicely contains the
threads needed and avoids keeping them alive as part of some global pool.
Commit Statistics
- 8 commits contributed to the release over the course of 19 calendar days.
- 22 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
view details
- Uncategorized
- prepare chnagelogs prior to git-repository release (7114bbb)
- Merge branch 'adjustments-for-cargo' (083909b)
- thanks clippy (f1160fb)
- add support for explicit non-parallel iteration. (0f27c67)
- Merge branch 'adjustments-for-cargo' (70ccbb2)
- upgrade to prodash v22 for API improvements (77ab98d)
- Release git-hash v0.10.1, git-hashtable v0.1.0 (7717170)
- Merge branch 'main' into http-config (6b9632e)