Skip to content

Commit

Permalink
Run/v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 17, 2024
1 parent 39cb1f3 commit 715d16e
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,29 @@

### Changed

- Updated `once_cell` dependency to version 1.19.0
- Updated once_cell dependency to version 1.19.0
- Updated version number to 0.1.2 in Cargo.toml
- Simplified project description in README.md
- Updated benchmark results in README.md
- Changed find command example in README.md to use `-iname` instead of `-name`
- Changed find command example in README.md to use -iname instead of -name
- Added detailed usage instructions and options to README.md
- Updated dependencies section in README.md with more detailed information
- Changed `use tokio::sync::Mutex;` to `use std::sync::{Arc, Mutex};` for
better compatibility

### Improved
### Added

- Enhanced parallel execution in `Source/Fn/Binary/Command/Parallel.rs`:
- Added thread pool and semaphore for better resource management
- Improved error handling and asynchronous execution
- Updated documentation for the `Fn` function in
`Source/Fn/Binary/Command/Parallel.rs`
- Added `crossbeam-queue = "0.3.11"` dependency

### Fixed
### Improved

- Changed `use tokio::sync::Mutex;` to `use std::sync::{Arc, Mutex};` for
better compatibility
- Enhanced parallel execution in Source/Fn/Binary/Command/Parallel.rs:
- Leverages `crossbeam-queue` for managing entries concurrently.
- Utilizes a thread pool for parallel processing of entries.
- Updated documentation for the Fn function in
Source/Fn/Binary/Command/Parallel.rs:
- Provides clearer explanation of the function's purpose.
- Includes an example of how to use the function.

## 0.1.1

Expand Down
Binary file removed Target/debug/Inn.exe
Binary file not shown.
Binary file removed Target/debug/InnKeeper.exe
Binary file not shown.
Binary file removed Target/debug/PRun.exe
Binary file not shown.
Binary file removed Target/debug/Run.exe
Binary file not shown.
Binary file modified Target/release/Inn.exe
Binary file not shown.
Binary file modified Target/release/InnKeeper.exe
Binary file not shown.
Binary file modified Target/release/PRun.exe
Binary file not shown.
Binary file modified Target/release/Run.exe
Binary file not shown.

0 comments on commit 715d16e

Please sign in to comment.