You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
On a recent trip through a CPU profile taken while Signal Desktop churned through a large backlog of messages, it was clear that console.log was a major source of time spent, primarily the sort operation required after every new entry is added to the Backbone collection. So, three different techniques to combat this: 1) Reduce the maximum number of entries in the collection from 5k to 2k 2) No more logging of add/update/remove queue in MessageReceiver 3) No more log entries in Message.handleDataMessage main codepath FREEBIE |
8 years ago | |
---|---|---|
.. | ||
storage | 8 years ago | |
test | 8 years ago | |
ProvisioningCipher.js | 9 years ago | |
account_manager.js | 8 years ago | |
api.js | 8 years ago | |
components.js | 10 years ago | |
contacts_parser.js | 10 years ago | |
crypto.js | 8 years ago | |
errors.js | 8 years ago | |
event_target.js | 8 years ago | |
helpers.js | 9 years ago | |
key_worker.js | 10 years ago | |
libsignal-protocol.js | 8 years ago | |
message_receiver.js | 8 years ago | |
outgoing_message.js | 8 years ago | |
protobufs.js | 10 years ago | |
protocol_wrapper.js | 9 years ago | |
sendmessage.js | 8 years ago | |
storage.js | 10 years ago | |
stringview.js | 10 years ago | |
sync_request.js | 8 years ago | |
task_with_timeout.js | 8 years ago | |
websocket-resources.js | 9 years ago |