Did you look at noria project by JetBrains for rec...
# compose
t
Did you look at noria project by JetBrains for reconcilation? https://github.com/JetBrains/noria-kt
r
Curious, what is the use case?
t
@ragunathjawahar the use case is any reconcilation. For compose specificaly, it is the reconcilation of ui elements being added, removed or modified
r
Is this conceptually similar to what DiffUtil / Eugene Myers algorithm does?
t
@ragunathjawahar Yes, it is a generalization of algorithms used under the hood of DiffUtil, React and similar frameworks and tools
r
Thank you for clarifying.
l
the “reconciling” that compose needs to do is quite a bit different if i understand correctly, so i don’t think this would apply to us (but might if we were building a full element hierarchy like some other declarative frameworks do)