1
0
em.0x45.cz/static/js
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
..
search.js Search optimisation 2022-12-09 13:17:29 +01:00