Add option to disable automatic conversion #13

Closed
opened 2020-04-05 13:58:15 +02:00 by FWDekker · 2 comments
Owner

If strings become very long, conversion will become very slow. Users should have the option to disable immediate conversion of inputs using a checkbox at the top of the page.

If strings become very long, conversion will become very slow. Users should have the option to disable immediate conversion of inputs using a checkbox at the top of the page.
FWDekker added the
feature
label 2020-04-05 13:58:15 +02:00
FWDekker self-assigned this 2020-04-05 13:58:15 +02:00
Author
Owner

Alternatively, evaluate the inputs only once per second, so that changing the input while typing doesn't invoke all sorts of calculations right away.

Alternatively alternatively, evaluate right away for small inputs, but once they become larger than X characters, switch to delayed invocation.

Alternatively alternatively alternatively, make the delay between updates linearly dependent on the input size.

Alternatively, evaluate the inputs only once per second, so that changing the input while typing doesn't invoke all sorts of calculations right away. Alternatively alternatively, evaluate right away for small inputs, but once they become larger than X characters, switch to delayed invocation. Alternatively alternatively alternatively, make the delay between updates linearly dependent on the input size.
FWDekker added a new dependency 2021-05-14 13:57:55 +02:00
Author
Owner

Performance impact is negligible. I think it's fine to continue doing it like this. This tool is not made for big inputs. Use CLI tools for that.

Performance impact is negligible. I think it's fine to continue doing it like this. This tool is not made for big inputs. Use CLI tools for that.
Sign in to join this conversation.
No description provided.