mdbook/src/renderer/html_handlebars
klensy 573b6522f9 remove useless alloc
on rust reference book this reduces total allocs from 490mb to 474mb:

==23272== Total:     490,538,699 bytes in 1,760,117 blocks
==23272== At t-gmax: 13,872,954 bytes in 4,655 blocks
==23272== At t-end:  488,516 bytes in 884 blocks
==23272== Reads:     830,509,060 bytes
==23272== Writes:    522,290,614 bytes

to

==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
2024-01-14 15:17:07 +03:00
..
helpers remove useless alloc 2024-01-14 15:17:07 +03:00
hbs_renderer.rs remove useless string clone 2023-12-16 13:29:24 +03:00
mod.rs Search with Elasticlunr, updated (#604) 2018-03-07 21:02:06 +08:00
search.rs Fix search for custom heading attributes 2023-05-28 12:03:03 -07:00