1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-22 15:20:59 +03:00

Updated Performance (markdown)

Arun 2022-07-22 23:17:05 +05:30
parent b7e68bc840
commit 1acc0f041e

@ -24,7 +24,7 @@
- controlled binary size
- `O3` level compiler optimization
- 0-warning statically-analyzed code (forced `-Wall -Wextra -Werror` in CI)
- statically generated hash-table for guaranteed `O(1)` extension icon lookups.
- statically generated hash-table for guaranteed `O(1)` extension icon lookups
#### Rejected options