Join Slack
Powered by
can you share a gist of the optimization?
# reaktive
s
saket
08/18/2020, 7:35 PM
can you share a gist of the optimization?
a
Arkadii Ivanov
08/18/2020, 7:36 PM
What kind of gist?
s
saket
08/18/2020, 7:40 PM
as in a summary of the performance improvements you made
a
Arkadii Ivanov
08/18/2020, 7:42 PM
Before the PR a simple immutable list was used for back pressure queue in Kotlin/Native. This affected performance when the queue was growing. Now we use a custom implementation of the linked list based on atomic references:
https://github.com/badoo/Reaktive/pull/508/files#diff-53986f5c93dcc883b87a5e3f6ab7bd95
s
saket
08/18/2020, 7:47 PM
gotcha, thanks for explaining!
👍 1
Open in Slack
Previous
Next