mirror of
https://github.com/edu4rdshl/fhc.git
synced 2026-07-17 23:24:50 +00:00
(feat): refactor code.
This refactor is aimed to provide better readability for future maintenance, at the same time that provides several performance improvements by reducing the number of repeated calls and improving the host-alive detection logic.
This commit is contained in:
parent
fa58e6aa7e
commit
cc37ccbcac
3 changed files with 73 additions and 57 deletions
|
|
@ -26,8 +26,7 @@ scraper = "0.23.1"
|
|||
async-recursion = "1.1.1"
|
||||
|
||||
[profile.release]
|
||||
lto = 'thin'
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = 'abort'
|
||||
incremental = false
|
||||
opt-level = "s"
|
||||
strip = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue