5 ms·
Weird, pasta is in the database. What happened to you is probably the slowness of the search. The database is loaded entirely to the client and searches are don
by assafmo 8y ago
Weird, pasta is in the database. What happened to you is probably the slowness of the search. The database is loaded entirely to the client and searches are done in memory.
Right now it's pretty jumpy even on high-end hardware. I need to fix this.