mdBook/src
klensy e3ad9d097e reduce useless regex allocs
from 474mb to 215mb

==40876== Total:     474,156,323 bytes in 1,521,025 blocks
==40876== At t-gmax: 13,872,954 bytes in 4,655 blocks
==40876== At t-end:  488,516 bytes in 884 blocks
==40876== Reads:     820,933,434 bytes
==40876== Writes:    514,838,350 bytes

to

==57763== Total:     215,292,393 bytes in 1,161,048 blocks
==57763== At t-gmax: 13,872,954 bytes in 4,655 blocks
==57763== At t-end:  1,210,783 bytes in 1,274 blocks
==57763== Reads:     598,542,892 bytes
==57763== Writes:    229,841,910 bytes
2024-01-14 15:17:31 +03:00
..
book Revert "Merge pull request #2125 from ehuss/update-toml" 2023-08-02 08:32:44 -07:00
cmd Merge pull request #2229 from leonzchang/fix/normalize-path 2023-11-29 22:16:39 +00:00
preprocess Apply clippy::needless_borrow 2023-05-13 09:44:11 -07:00
renderer reduce useless regex allocs 2024-01-14 15:17:31 +03:00
theme Merge pull request #2209 from cyevgeniy/feat/sidebar-resize-indicator 2023-11-24 20:31:14 +00:00
utils Add workaround for macOS notify problem. 2023-08-05 13:23:17 -07:00
config.rs Remove text_drection_from_lang_code 2023-09-02 16:42:53 -07:00
lib.rs Require Rust 2021 edition 2022-09-09 16:00:35 +02:00
main.rs upgrade clap to 4.0 2022-12-14 17:11:08 -08:00