1
0
em.0x45.cz/static
Emil Miler aa289de836 Search optimisation
These changes make the code more efficient, since going trough an array
with `forEach` is faster than iterating with a foor loop on every input
change. Using `indexOf()` instead of `includes()` is faster as well.
2022-12-09 13:17:29 +01:00
..
fonts More font styles and formats 2021-12-02 13:09:26 +01:00
js Search optimisation 2022-12-09 13:17:29 +01:00