A web-based collaborative LaTeX editor
Find a file
Jakob Ackermann 6e551f9b34 [perf] use MGET/MSET/DEL for manipulating multiple keys in one operation
In some cases we can get rid of MULTI/EXEC operations too.
- putDocInMemory: from 10 down to 2 operations
- removeDocFromMemory: from 14+4 down to 4+4 operations
- updateDoc: from 13 down to 8 operations
2021-04-13 11:47:10 +01:00
services/document-updater [perf] use MGET/MSET/DEL for manipulating multiple keys in one operation 2021-04-13 11:47:10 +01:00