You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because every time listary runs Javascript code, it starts a new process to run the code, which is time consuming. Now or in the future, this problem will probably not be solved because listary's author has already abandoned it, so we can only optimize it as best we can.
For example, A simple search function:
async function search(query) {
return [{
title: ":"+query
}];
}
when I type something in listary, the result returns very slowly, about 1-2 second
The text was updated successfully, but these errors were encountered: