Using the new kotlin native memory model? #651
-
With the new kotlin native memory model being announced, is there anything that would need to be done in reaktive to be able to use the new model in a project? It does look like there might need to be some extra configuration in the project to specifically look for the new model? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
As far as I remember, from the consumer's side the current version should be compatible with the new memory model. So it should be already possible to use Reaktive in a project with the new memory model enabled. Please let us know if something is not working as expected. But from the Reaktive's side, we will migrate to the new memory model once it's stable-ish and widely used by the community. There are certain optimisations can be made in the library when the current memory model's limitations are lifted. It should improve performance in various cases, simplify the code, etc. |
Beta Was this translation helpful? Give feedback.
As far as I remember, from the consumer's side the current version should be compatible with the new memory model. So it should be already possible to use Reaktive in a project with the new memory model enabled. Please let us know if something is not working as expected.
But from the Reaktive's side, we will migrate to the new memory model once it's stable-ish and widely used by the community. There are certain optimisations can be made in the library when the current memory model's limitations are lifted. It should improve performance in various cases, simplify the code, etc.