session-android/libsignal/src/main/java/org/session/libsignal
Harris e036344c76 refactor: performance improvements in batch message processing, synchronized cache access and audible message notifications.
Increase audible timeout on DefaultMessageNotifier.java, don't send in-thread notification based on last audible notification.

Create a batch message receive job to handle up to 20 chunked messages at a time per job instead of singular or open group poll amount

Remove synchronized access to recipient cache and replace with a concurrent cache that's lock free from perf tracing monitor contention
2021-09-29 15:29:24 +10:00
..
crypto Move files 2021-05-18 09:50:16 +10:00
database Clean 2021-05-21 15:56:38 +10:00
exceptions Move files 2021-05-18 09:50:16 +10:00
messages Remove SignalServiceMessageReceiver 2021-05-18 09:54:16 +10:00
protos refactor: performance improvements in batch message processing, synchronized cache access and audible message notifications. 2021-09-29 15:29:24 +10:00
streams Move files 2021-05-18 09:50:16 +10:00
utilities add delete endpoint call in snode api 2021-08-10 12:52:01 +10:00