summaryrefslogtreecommitdiff
path: root/fctdrive
Commit message (Collapse)AuthorAgeFilesLines
* reorganized repodiogo4642025-08-103-1518/+0
|
* added blob subcommanddiogo4642025-08-081-0/+24
|
* added blob sizediogo4642025-08-081-7/+26
|
* updated hex dependencydiogo4642025-08-082-3/+3
|
* added common flags and refactored some codediogo4642025-08-081-33/+77
|
* renamed View to Lsdiogo4642025-08-081-4/+4
|
* improved view subcommanddiogo4642025-08-081-8/+35
|
* perf: exit(0) on view command to avoid destructorsdiogo4642025-08-081-0/+1
| | | | | | | | | | | | | | | | | it is unecessary to run destructures since the OS will cleanup everything for us and it saved a bit of time. Benchmark 1: ./fctdrive-noexit view Time (mean ± σ): 37.0 ms ± 1.2 ms [User: 29.4 ms, System: 7.4 ms] Range (min … max): 35.7 ms … 40.8 ms 81 runs Benchmark 2: ./fctdrive-exit view Time (mean ± σ): 34.7 ms ± 1.3 ms [User: 26.9 ms, System: 7.6 ms] Range (min … max): 33.0 ms … 38.5 ms 83 runs Summary ./fctdrive-exit view ran 1.07 ± 0.05 times faster than ./fctdrive-noexit view
* perf: use stdout buf writerdiogo4642025-08-081-18/+32
|
* rust cli initdiogo4642025-08-083-0/+1389