fcat icon indicating copy to clipboard operation
fcat copied to clipboard

A 3x faster implementation of cat, using splice

Results 8 fcat issues
Sort by recently updated
recently updated
newest added

Hi, maybe it's some dependency that dependabot broke but my fcat is not working anymore, it gives me this error: ![fcat](https://user-images.githubusercontent.com/31370059/101240100-59ff8880-36ed-11eb-9f60-69c8fc8f2c47.png) Thanks in advance for the support!

On my machine, when benchmarking withe the provided docker image (make build && make run) show a significant speed improvement. Other small benchmarking seems to show a very small improvement.

Suggestions here: https://www.reddit.com/r/rust/comments/93fbrj/fascat_a_faster_cat_implementation_using_splice/e3dl0f3/

stdout is often already a pipe. In this case it's possible to directly splice to it, without an intermediate pipe. It may be interesting to compare that with the current...

Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.1.0 to 1.2.0. Commits c65b6aa Changelog : backfill changelogs fd43fcc bump version to 1.2.0 5670183 Merge pull request #324 from tzemanovic/tomas/sm-prerequisites b88e9ff Merge pull request #318 from...

dependencies

Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.8 to 2.0.11. Changelog Sourced from assert_cmd's changelog. [2.0.11] - 2023-04-13 Internal Dependency update [2.0.10] - 2023-03-16 Internal Dependency update [2.0.9] - 2023-03-14 Compatibility Update MSRV to...

dependencies

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.3.0 to 3.5.0. Changelog Sourced from tempfile's changelog. 3.5.0 Update rustix from 0.36 to 0.37.1. This makes wasi work on rust stable Update windows-sys, redox_syscall BREAKING: Remove...

dependencies

Bumps [nix](https://github.com/nix-rust/nix) from 0.26.1 to 0.26.2. Changelog Sourced from nix's changelog. [0.26.2] - 2023-01-18 Fixed Fix SockaddrIn6 bug that was swapping flowinfo and scope_id byte ordering. (#1964) Commits 1e3f062 (cargo-release)...

dependencies